Class: Aws::SageMaker::Types::AIBenchmarkOutputConfig

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The output configuration for an AI benchmark job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_output_locationString

The Amazon S3 URI where benchmark results are stored.

Returns:

  • (String)


114
115
116
117
118
# File 'lib/aws-sdk-sagemaker/types.rb', line 114

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