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)


2708
2709
2710
2711
2712
2713
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2708

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:



2708
2709
2710
2711
2712
2713
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2708

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