Class: Aws::SageMaker::Types::BedrockModelImportMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BedrockModelImportMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The metadata of the Amazon Bedrock model import.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock model import metadata.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock model import metadata.
4002 4003 4004 4005 4006 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4002 class BedrockModelImportMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |