Class: Aws::Bedrock::Types::GetInferenceProfileRequest

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_identifierString

The ID or Amazon Resource Name (ARN) of the inference profile.

Returns:

  • (String)


2318
2319
2320
2321
2322
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2318

class GetInferenceProfileRequest < Struct.new(
  :inference_profile_identifier)
  SENSITIVE = []
  include Aws::Structure
end