Class: Aws::SageMaker::Types::AIBenchmarkOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIBenchmarkOutputConfig
- 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
-
#s3_output_location ⇒ String
The Amazon S3 URI where benchmark results are stored.
Instance Attribute Details
#s3_output_location ⇒ String
The Amazon S3 URI where benchmark results are stored.
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 |