class Aws::LookoutEquipment::Types::ListModelsRequest
@note When making an API call, you may pass ListModelsRequest
data as a hash: { next_token: "NextToken", max_results: 1, status: "IN_PROGRESS", # accepts IN_PROGRESS, SUCCESS, FAILED model_name_begins_with: "ModelName", dataset_name_begins_with: "DatasetName", }
@!attribute [rw] next_token
An opaque pagination token indicating where to continue the listing of ML models. @return [String]
@!attribute [rw] max_results
Specifies the maximum number of ML models to list. @return [Integer]
@!attribute [rw] status
The status of the ML model. @return [String]
@!attribute [rw] model_name_begins_with
The beginning of the name of the ML models being listed. @return [String]
@!attribute [rw] dataset_name_begins_with
The beginning of the name of the dataset of the ML models to be listed. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListModelsRequest AWS API Documentation
Constants
- SENSITIVE