Class: Aws::SageMaker::Types::AIMlflowConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#mlflow_experiment_nameString

The MLflow experiment name used for tracking.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the SageMaker managed MLflow resource.

Returns:

  • (String)


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_nameString

The MLflow run name used for tracking.

Returns:

  • (String)


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