Class: Aws::LookoutEquipment::Types::ListModelVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListModelVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at_end_time ⇒ Time
Filter results to return all the model versions created before this time.
-
#created_at_start_time ⇒ Time
Filter results to return all the model versions created after this time.
-
#max_model_version ⇒ Integer
Specifies the highest version of the model to return in the list.
-
#max_results ⇒ Integer
Specifies the maximum number of machine learning model versions to list.
-
#min_model_version ⇒ Integer
Specifies the lowest version of the model to return in the list.
-
#model_name ⇒ String
Then name of the machine learning model for which the model versions are to be listed.
-
#next_token ⇒ String
If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions.
-
#source_type ⇒ String
Filter the results based on the way the model version was generated.
-
#status ⇒ String
Filter the results based on the current status of the model version.
Instance Attribute Details
#created_at_end_time ⇒ Time
Filter results to return all the model versions created before this time.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#created_at_start_time ⇒ Time
Filter results to return all the model versions created after this time.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#max_model_version ⇒ Integer
Specifies the highest version of the model to return in the list.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of machine learning model versions to list.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#min_model_version ⇒ Integer
Specifies the lowest version of the model to return in the list.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
Then name of the machine learning model for which the model versions are to be listed.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the ‘NextToken` field in the request to list the next page of results.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
Filter the results based on the way the model version was generated.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Filter the results based on the current status of the model version.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3225 class ListModelVersionsRequest < Struct.new( :model_name, :next_token, :max_results, :status, :source_type, :created_at_end_time, :created_at_start_time, :max_model_version, :min_model_version) SENSITIVE = [] include Aws::Structure end |