Class: Aws::LookoutEquipment::Types::ListModelVersionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at_end_timeTime

Filter results to return all the model versions created before this time.

Returns:

  • (Time)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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_timeTime

Filter results to return all the model versions created after this time.

Returns:

  • (Time)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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_versionInteger

Specifies the highest version of the model to return in the list.

Returns:

  • (Integer)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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_resultsInteger

Specifies the maximum number of machine learning model versions to list.

Returns:

  • (Integer)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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_versionInteger

Specifies the lowest version of the model to return in the list.

Returns:

  • (Integer)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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_nameString

Then name of the machine learning model for which the model versions are to be listed.

Returns:

  • (String)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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_tokenString

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.

Returns:

  • (String)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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_typeString

Filter the results based on the way the model version was generated.

Returns:

  • (String)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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

#statusString

Filter the results based on the current status of the model version.

Returns:

  • (String)


3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
# File 'gems/aws-sdk-lookoutequipment/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