Interface MLflowConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MLflowConfiguration.Builder,,MLflowConfiguration> SdkBuilder<MLflowConfiguration.Builder,,MLflowConfiguration> SdkPojo
- Enclosing class:
MLflowConfiguration
@Mutable
@NotThreadSafe
public static interface MLflowConfiguration.Builder
extends SdkPojo, CopyableBuilder<MLflowConfiguration.Builder,MLflowConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmlflowExperimentName(String mlflowExperimentName) The name of the MLflow configuration.mlflowResourceArn(String mlflowResourceArn) The Amazon Resource Name (ARN) of MLflow configuration resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mlflowResourceArn
The Amazon Resource Name (ARN) of MLflow configuration resource.
- Parameters:
mlflowResourceArn- The Amazon Resource Name (ARN) of MLflow configuration resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlflowExperimentName
The name of the MLflow configuration.
- Parameters:
mlflowExperimentName- The name of the MLflow configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-