Class: Aws::SageMaker::Types::AIBenchmarkOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIBenchmarkOutputConfig
- 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
-
#mlflow_config ⇒ Types::AIMlflowConfig
The MLflow tracking configuration for the job.
-
#s3_output_location ⇒ String
The Amazon S3 URI where benchmark results are stored.
Instance Attribute Details
#mlflow_config ⇒ Types::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_location ⇒ String
The Amazon S3 URI where benchmark results are stored.
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 |