Class: Aws::Bedrock::Types::CreateCustomModelDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateCustomModelDeploymentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_model_deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model deployment.
Instance Attribute Details
#custom_model_deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model deployment. Use this ARN as the ‘modelId` parameter when invoking the model with the `InvokeModel` or `Converse` operations.
3369 3370 3371 3372 3373 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3369 class CreateCustomModelDeploymentResponse < Struct.new( :custom_model_deployment_arn) SENSITIVE = [] include Aws::Structure end |