Class: Aws::LookoutEquipment::Types::ListModelsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_summariesArray<Types::ModelSummary>

Provides information on the specified model, including created time, model and dataset ARNs, and status.

Returns:



3198
3199
3200
3201
3202
3203
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3198

class ListModelsResponse < Struct.new(
  :next_token,
  :model_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3198
3199
3200
3201
3202
3203
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3198

class ListModelsResponse < Struct.new(
  :next_token,
  :model_summaries)
  SENSITIVE = []
  include Aws::Structure
end