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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5315
5316
5317
5318
5319
5320
# File 'lib/aws-sdk-bedrock/types.rb', line 5315

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:



5315
5316
5317
5318
5319
5320
# File 'lib/aws-sdk-bedrock/types.rb', line 5315

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