Class: Aws::SageMaker::Types::BedrockCustomModelMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BedrockCustomModelMetadata
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock custom model metadata.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock custom model metadata.
3987 3988 3989 3990 3991 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3987 class BedrockCustomModelMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |