Class: Aws::SageMaker::Types::AIBenchmarkOutputResult

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

Instance Attribute Details

#cloud_watch_logsArray<Types::AICloudWatchLogs>

The CloudWatch log information for the benchmark job.

Returns:



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_locationString

The Amazon S3 URI where benchmark results are stored.

Returns:

  • (String)


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