Class: Aws::Bedrock::Types::UpdateCustomModelDeploymentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_model_deployment_identifierString

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_arnString

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