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:



143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemaker/types.rb', line 143

class AIBenchmarkOutputResult < Struct.new(
  :s3_output_location,
  :cloud_watch_logs,
  :mlflow_config)
  SENSITIVE = []
  include Aws::Structure
end

#mlflow_configTypes::AIMlflowConfig

The MLflow tracking configuration for the job.



143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemaker/types.rb', line 143

class AIBenchmarkOutputResult < Struct.new(
  :s3_output_location,
  :cloud_watch_logs,
  :mlflow_config)
  SENSITIVE = []
  include Aws::Structure
end

#s3_output_locationString

The Amazon S3 URI where benchmark results are stored.

Returns:

  • (String)


143
144
145
146
147
148
149
# File 'lib/aws-sdk-sagemaker/types.rb', line 143

class AIBenchmarkOutputResult < Struct.new(
  :s3_output_location,
  :cloud_watch_logs,
  :mlflow_config)
  SENSITIVE = []
  include Aws::Structure
end