Class: Aws::Bedrock::Types::ListProvisionedModelThroughputsResponse

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

#next_tokenString

If there are more results than the number you specified in the maxResults field, this value is returned. To see the next batch of results, include this value in the nextToken field in another list request.

Returns:

  • (String)


10864
10865
10866
10867
10868
10869
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10864

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

#provisioned_model_summariesArray<Types::ProvisionedModelSummary>

A list of summaries, one for each Provisioned Throughput in the response.

Returns:



10864
10865
10866
10867
10868
10869
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10864

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