Class: Aws::Bedrock::Types::ListProvisionedModelThroughputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListProvisionedModelThroughputsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more results than the number you specified in the ‘maxResults` field, this value is returned.
-
#provisioned_model_summaries ⇒ Array<Types::ProvisionedModelSummary>
A list of summaries, one for each Provisioned Throughput in the response.
Instance Attribute Details
#next_token ⇒ String
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.
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_summaries ⇒ Array<Types::ProvisionedModelSummary>
A list of summaries, one for each Provisioned Throughput in the response.
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 |