Class: Aws::SageMaker::Types::BedrockProvisionedModelThroughputMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BedrockProvisionedModelThroughputMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The metadata of the Amazon Bedrock provisioned model throughput.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock provisioned model throughput metadata.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock provisioned model throughput metadata.
4017 4018 4019 4020 4021 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4017 class BedrockProvisionedModelThroughputMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |