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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


37293
37294
37295
37296
37297
37298
37299
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37293

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)


37293
37294
37295
37296
37297
37298
37299
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37293

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)


37293
37294
37295
37296
37297
37298
37299
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37293

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