Class: Aws::SageMaker::Types::BedrockCustomModelMetadata

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


3987
3988
3989
3990
3991
# File 'lib/aws-sdk-sagemaker/types.rb', line 3987

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