Class: Aws::LookoutEquipment::Types::ListModelsRequest

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

#dataset_name_begins_withString

The beginning of the name of the dataset of the machine learning models to be listed.

Returns:

  • (String)


3292
3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-lookoutequipment/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_resultsInteger

Specifies the maximum number of machine learning models to list.

Returns:

  • (Integer)


3292
3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-lookoutequipment/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_withString

The beginning of the name of the machine learning models being listed.

Returns:

  • (String)


3292
3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-lookoutequipment/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_tokenString

An opaque pagination token indicating where to continue the listing of machine learning models.

Returns:

  • (String)


3292
3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-lookoutequipment/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

#statusString

The status of the machine learning model.

Returns:

  • (String)


3292
3293
3294
3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-lookoutequipment/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