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:



3314
3315
3316
3317
3318
3319
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3314

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)


3314
3315
3316
3317
3318
3319
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3314

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