Class: Aws::Bedrock::Types::UpdateCustomModelDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateCustomModelDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_model_deployment_identifier ⇒ String
Identifier of the custom model deployment to update with the new custom model.
-
#model_arn ⇒ String
ARN of the new custom model to deploy.
Instance Attribute Details
#custom_model_deployment_identifier ⇒ String
Identifier of the custom model deployment to update with the new custom model.
12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12758 class UpdateCustomModelDeploymentRequest < Struct.new( :model_arn, :custom_model_deployment_identifier) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
ARN of the new custom model to deploy. This replaces the currently deployed model.
12758 12759 12760 12761 12762 12763 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12758 class UpdateCustomModelDeploymentRequest < Struct.new( :model_arn, :custom_model_deployment_identifier) SENSITIVE = [] include Aws::Structure end |