Class: Aws::Bedrock::Types::GetInferenceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetInferenceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_profile_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the inference profile.
Instance Attribute Details
#inference_profile_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the inference profile.
6121 6122 6123 6124 6125 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6121 class GetInferenceProfileRequest < Struct.new( :inference_profile_identifier) SENSITIVE = [] include Aws::Structure end |