Class: Aws::SageMaker::Types::BedrockProvisionedModelThroughputMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Amazon Bedrock provisioned model throughput metadata.

Returns:

  • (String)


4017
4018
4019
4020
4021
# File 'lib/aws-sdk-sagemaker/types.rb', line 4017

class BedrockProvisionedModelThroughputMetadata < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end