Class: Aws::Bedrock::Types::ListProvisionedModelThroughputsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListProvisionedModelThroughputsResponse
- Defined in:
- gems/aws-sdk-bedrock/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
maxResultsfield, 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.
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_summaries ⇒ Array<Types::ProvisionedModelSummary>
A list of summaries, one for each Provisioned Throughput in the response.
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 |