Interface UpdateMlflowTrackingServerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateMlflowTrackingServerRequest.Builder,UpdateMlflowTrackingServerRequest>
,SageMakerRequest.Builder
,SdkBuilder<UpdateMlflowTrackingServerRequest.Builder,UpdateMlflowTrackingServerRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateMlflowTrackingServerRequest
public static interface UpdateMlflowTrackingServerRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateMlflowTrackingServerRequest.Builder,UpdateMlflowTrackingServerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateMlflowTrackingServerRequest.Builder
artifactStoreUri(String artifactStoreUri)
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.UpdateMlflowTrackingServerRequest.Builder
automaticModelRegistration(Boolean automaticModelRegistration)
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.UpdateMlflowTrackingServerRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateMlflowTrackingServerRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateMlflowTrackingServerRequest.Builder
trackingServerName(String trackingServerName)
The name of the MLflow Tracking Server to update.UpdateMlflowTrackingServerRequest.Builder
trackingServerSize(String trackingServerSize)
The new size for the MLflow Tracking Server.UpdateMlflowTrackingServerRequest.Builder
trackingServerSize(TrackingServerSize trackingServerSize)
The new size for the MLflow Tracking Server.UpdateMlflowTrackingServerRequest.Builder
weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The new weekly maintenance window start day and time to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
trackingServerName
UpdateMlflowTrackingServerRequest.Builder trackingServerName(String trackingServerName)
The name of the MLflow Tracking Server to update.
- Parameters:
trackingServerName
- The name of the MLflow Tracking Server to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactStoreUri
UpdateMlflowTrackingServerRequest.Builder artifactStoreUri(String artifactStoreUri)
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
- Parameters:
artifactStoreUri
- The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingServerSize
UpdateMlflowTrackingServerRequest.Builder trackingServerSize(String trackingServerSize)
The new size for the MLflow Tracking Server.
- Parameters:
trackingServerSize
- The new size for the MLflow Tracking Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrackingServerSize
,TrackingServerSize
-
trackingServerSize
UpdateMlflowTrackingServerRequest.Builder trackingServerSize(TrackingServerSize trackingServerSize)
The new size for the MLflow Tracking Server.
- Parameters:
trackingServerSize
- The new size for the MLflow Tracking Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrackingServerSize
,TrackingServerSize
-
automaticModelRegistration
UpdateMlflowTrackingServerRequest.Builder automaticModelRegistration(Boolean automaticModelRegistration)
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to
True
. To disable automatic model registration, set this value toFalse
. If not specified,AutomaticModelRegistration
defaults toFalse
- Parameters:
automaticModelRegistration
- Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value toTrue
. To disable automatic model registration, set this value toFalse
. If not specified,AutomaticModelRegistration
defaults toFalse
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weeklyMaintenanceWindowStart
UpdateMlflowTrackingServerRequest.Builder weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
- Parameters:
weeklyMaintenanceWindowStart
- The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMlflowTrackingServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMlflowTrackingServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-