Class: Aws::Bedrock::Types::ListInferenceProfilesResponse

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

#inference_profile_summariesArray<Types::InferenceProfileSummary>

A list of information about each inference profile that you can use.

Returns:



3760
3761
3762
3763
3764
3765
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3760

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

#next_tokenString

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.

Returns:

  • (String)


3760
3761
3762
3763
3764
3765
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3760

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