Class: Aws::SageMaker::Types::AIMlflowConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIMlflowConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The MLflow tracking configuration for logging metrics and parameters to a SageMaker managed MLflow tracking server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mlflow_experiment_name ⇒ String
The MLflow experiment name used for tracking.
-
#mlflow_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker managed MLflow resource.
-
#mlflow_run_name ⇒ String
The MLflow run name used for tracking.
Instance Attribute Details
#mlflow_experiment_name ⇒ String
The MLflow experiment name used for tracking.
256 257 258 259 260 261 262 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 256 class AIMlflowConfig < Struct.new( :mlflow_resource_arn, :mlflow_experiment_name, :mlflow_run_name) SENSITIVE = [] include Aws::Structure end |
#mlflow_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker managed MLflow resource.
256 257 258 259 260 261 262 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 256 class AIMlflowConfig < Struct.new( :mlflow_resource_arn, :mlflow_experiment_name, :mlflow_run_name) SENSITIVE = [] include Aws::Structure end |
#mlflow_run_name ⇒ String
The MLflow run name used for tracking.
256 257 258 259 260 261 262 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 256 class AIMlflowConfig < Struct.new( :mlflow_resource_arn, :mlflow_experiment_name, :mlflow_run_name) SENSITIVE = [] include Aws::Structure end |