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

#mlflow_configTypes::AIMlflowConfig

The MLflow tracking configuration for the job. If you don't specify this parameter, MLflow tracking is disabled.



200
201
202
203
204
205
# File 'lib/aws-sdk-sagemaker/types.rb', line 200

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

#s3_output_locationString

The Amazon S3 URI where benchmark results are stored.

Returns:

  • (String)


200
201
202
203
204
205
# File 'lib/aws-sdk-sagemaker/types.rb', line 200

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