Class: Aws::SageMaker::Types::MlflowDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MlflowDetails
- 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
-
#mlflow_experiment_id ⇒ String
The MLflow experiment ID used for this job.
-
#mlflow_run_id ⇒ String
The MLflow run ID used for this job.
Instance Attribute Details
#mlflow_experiment_id ⇒ String
The MLflow experiment ID used for this job.
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_id ⇒ String
The MLflow run ID used for this job.
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 |