Class: Aws::SageMaker::Types::MlflowConfig

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The MLflow configuration using SageMaker managed MLflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mlflow_experiment_nameString

The MLflow experiment name used for this job.

Returns:

  • (String)


39457
39458
39459
39460
39461
39462
39463
# File 'lib/aws-sdk-sagemaker/types.rb', line 39457

class MlflowConfig < 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 MLflow resource.

Returns:

  • (String)


39457
39458
39459
39460
39461
39462
39463
# File 'lib/aws-sdk-sagemaker/types.rb', line 39457

class MlflowConfig < 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 this job.

Returns:

  • (String)


39457
39458
39459
39460
39461
39462
39463
# File 'lib/aws-sdk-sagemaker/types.rb', line 39457

class MlflowConfig < Struct.new(
  :mlflow_resource_arn,
  :mlflow_experiment_name,
  :mlflow_run_name)
  SENSITIVE = []
  include Aws::Structure
end