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.
586 587 588 589 590 591 |
# File 'lib/aws-sdk-bedrock/types.rb', line 586 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.
586 587 588 589 590 591 |
# File 'lib/aws-sdk-bedrock/types.rb', line 586 class CreateInferenceProfileResponse < Struct.new( :inference_profile_arn, :status) SENSITIVE = [] include Aws::Structure end |