Class: Aws::SageMaker::Types::AIBenchmarkOutputResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIBenchmarkOutputResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The output result of an AI benchmark job, including the Amazon S3 location and CloudWatch log information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Array<Types::AICloudWatchLogs>
The CloudWatch log information for the benchmark job.
-
#s3_output_location ⇒ String
The Amazon S3 URI where benchmark results are stored.
Instance Attribute Details
#cloud_watch_logs ⇒ Array<Types::AICloudWatchLogs>
The CloudWatch log information for the benchmark job.
133 134 135 136 137 138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 133 class AIBenchmarkOutputResult < Struct.new( :s3_output_location, :cloud_watch_logs) SENSITIVE = [] include Aws::Structure end |
#s3_output_location ⇒ String
The Amazon S3 URI where benchmark results are stored.
133 134 135 136 137 138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 133 class AIBenchmarkOutputResult < Struct.new( :s3_output_location, :cloud_watch_logs) SENSITIVE = [] include Aws::Structure end |