Class: Aws::Bedrock::Types::UpdateCustomModelDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateCustomModelDeploymentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_model_deployment_arn ⇒ String
ARN of the custom model deployment being updated.
Instance Attribute Details
#custom_model_deployment_arn ⇒ String
ARN of the custom model deployment being updated.
14044 14045 14046 14047 14048 |
# File 'lib/aws-sdk-bedrock/types.rb', line 14044 class UpdateCustomModelDeploymentResponse < Struct.new( :custom_model_deployment_arn) SENSITIVE = [] include Aws::Structure end |