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:



10528
10529
10530
10531
10532
10533
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10528

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

#next_tokenString

If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.

Returns:

  • (String)


10528
10529
10530
10531
10532
10533
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10528

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