Class: Aws::SageMaker::Types::BedrockProvisionedModelThroughputMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BedrockProvisionedModelThroughputMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4017 class BedrockProvisionedModelThroughputMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |