Class: Aws::Bedrock::Types::ListCustomModelsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_summariesArray<Types::CustomModelSummary>

Model summaries.

Returns:



2395
2396
2397
2398
2399
2400
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2395

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

#next_tokenString

Continuation token for the next request to list the next set of results.

Returns:

  • (String)


2395
2396
2397
2398
2399
2400
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2395

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