Class: Aws::SageMaker::Types::MLflowConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MLflowConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The MLflow configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mlflow_experiment_name ⇒ String
The name of the MLflow configuration.
-
#mlflow_resource_arn ⇒ String
The Amazon Resource Name (ARN) of MLflow configuration resource.
Instance Attribute Details
#mlflow_experiment_name ⇒ String
The name of the MLflow configuration.
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_arn ⇒ String
The Amazon Resource Name (ARN) of MLflow configuration resource.
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 |