Interface MlflowPropertiesOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MlflowPropertiesOutput.Builder,,MlflowPropertiesOutput> SdkBuilder<MlflowPropertiesOutput.Builder,,MlflowPropertiesOutput> SdkPojo
- Enclosing class:
MlflowPropertiesOutput
@Mutable
@NotThreadSafe
public static interface MlflowPropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<MlflowPropertiesOutput.Builder,MlflowPropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptiontrackingServerArn(String trackingServerArn) The tracking server ARN as part of the MLflow properties of a connection.trackingServerName(String trackingServerName) The name of the tracking server as part of the MLflow properties of a connection.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
-
trackingServerArn
The tracking server ARN as part of the MLflow properties of a connection.
- Parameters:
trackingServerArn- The tracking server ARN as part of the MLflow properties of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingServerName
The name of the tracking server as part of the MLflow properties of a connection.
- Parameters:
trackingServerName- The name of the tracking server as part of the MLflow properties of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-