Class: Aws::Bedrock::Types::ListInferenceProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListInferenceProfilesResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_profile_summaries ⇒ Array<Types::InferenceProfileSummary>
A list of information about each inference profile that you can use.
-
#next_token ⇒ String
If the total number of results is greater than the
maxResults
value provided in the request, use this token when making another request in thenextToken
field to return the next batch of results.
Instance Attribute Details
#inference_profile_summaries ⇒ Array<Types::InferenceProfileSummary>
A list of information about each inference profile that you can use.
5748 5749 5750 5751 5752 5753 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5748 class ListInferenceProfilesResponse < Struct.new( :inference_profile_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the total number of results is greater than the maxResults
value provided in the request, use this token when making another
request in the nextToken
field to return the next batch of
results.
5748 5749 5750 5751 5752 5753 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5748 class ListInferenceProfilesResponse < Struct.new( :inference_profile_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |