Class: Aws::SageMaker::Types::BedrockCustomModelDeploymentMetadata

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

Overview

The metadata of the Amazon Bedrock custom model deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the metadata for the Amazon Bedrock custom model deployment.

Returns:

  • (String)


3972
3973
3974
3975
3976
# File 'lib/aws-sdk-sagemaker/types.rb', line 3972

class BedrockCustomModelDeploymentMetadata < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end