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.



119
120
121
122
123
124
# File 'lib/aws-sdk-sagemaker/types.rb', line 119

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)


119
120
121
122
123
124
# File 'lib/aws-sdk-sagemaker/types.rb', line 119

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