Class: Aws::SageMaker::Types::MLflowConfiguration

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

Overview

The MLflow configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mlflow_experiment_nameString

The name of the MLflow configuration.

Returns:

  • (String)


37002
37003
37004
37005
37006
37007
# File 'lib/aws-sdk-sagemaker/types.rb', line 37002

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

#mlflow_resource_arnString

The Amazon Resource Name (ARN) of MLflow configuration resource.

Returns:

  • (String)


37002
37003
37004
37005
37006
37007
# File 'lib/aws-sdk-sagemaker/types.rb', line 37002

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