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.

Returns:



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

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