Class: Aws::SageMaker::Types::MlflowConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MlflowConfig
- 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
-
#mlflow_experiment_name ⇒ String
The MLflow experiment name used for this job.
-
#mlflow_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the MLflow resource.
-
#mlflow_run_name ⇒ String
The MLflow run name used for this job.
Instance Attribute Details
#mlflow_experiment_name ⇒ String
The MLflow experiment name used for this job.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the MLflow resource.
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_name ⇒ String
The MLflow run name used for this job.
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 |