Class: Aws::LookoutEquipment::Types::ListModelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListModelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name_begins_with ⇒ String
The beginning of the name of the dataset of the machine learning models to be listed.
-
#max_results ⇒ Integer
Specifies the maximum number of machine learning models to list.
-
#model_name_begins_with ⇒ String
The beginning of the name of the machine learning models being listed.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of machine learning models.
-
#status ⇒ String
The status of the machine learning model.
Instance Attribute Details
#dataset_name_begins_with ⇒ String
The beginning of the name of the dataset of the machine learning models to be listed.
3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3292 class ListModelsRequest < Struct.new( :next_token, :max_results, :status, :model_name_begins_with, :dataset_name_begins_with) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of machine learning models to list.
3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3292 class ListModelsRequest < Struct.new( :next_token, :max_results, :status, :model_name_begins_with, :dataset_name_begins_with) SENSITIVE = [] include Aws::Structure end |
#model_name_begins_with ⇒ String
The beginning of the name of the machine learning models being listed.
3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3292 class ListModelsRequest < Struct.new( :next_token, :max_results, :status, :model_name_begins_with, :dataset_name_begins_with) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of machine learning models.
3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3292 class ListModelsRequest < Struct.new( :next_token, :max_results, :status, :model_name_begins_with, :dataset_name_begins_with) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the machine learning model.
3292 3293 3294 3295 3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3292 class ListModelsRequest < Struct.new( :next_token, :max_results, :status, :model_name_begins_with, :dataset_name_begins_with) SENSITIVE = [] include Aws::Structure end |