Class: Aws::Bedrock::Types::CreateInferenceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateInferenceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_profile_arn ⇒ String
The ARN of the inference profile that you created.
-
#status ⇒ String
The status of the inference profile.
Instance Attribute Details
#inference_profile_arn ⇒ String
The ARN of the inference profile that you created.
3820 3821 3822 3823 3824 3825 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3820 class CreateInferenceProfileResponse < Struct.new( :inference_profile_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the inference profile. ‘ACTIVE` means that the inference profile is ready to be used.
3820 3821 3822 3823 3824 3825 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3820 class CreateInferenceProfileResponse < Struct.new( :inference_profile_arn, :status) SENSITIVE = [] include Aws::Structure end |