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