Class: Aws::SageMaker::Types::MlflowDetails

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

Overview

The MLflow details of this job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mlflow_experiment_idString

The MLflow experiment ID used for this job.

Returns:

  • (String)


37313
37314
37315
37316
37317
37318
# File 'lib/aws-sdk-sagemaker/types.rb', line 37313

class MlflowDetails < Struct.new(
  :mlflow_experiment_id,
  :mlflow_run_id)
  SENSITIVE = []
  include Aws::Structure
end

#mlflow_run_idString

The MLflow run ID used for this job.

Returns:

  • (String)


37313
37314
37315
37316
37317
37318
# File 'lib/aws-sdk-sagemaker/types.rb', line 37313

class MlflowDetails < Struct.new(
  :mlflow_experiment_id,
  :mlflow_run_id)
  SENSITIVE = []
  include Aws::Structure
end