Updates properties of an existing MLflow Tracking Server
Source:R/sagemaker_operations.R
sagemaker_update_mlflow_tracking_server.RdUpdates properties of an existing MLflow Tracking Server.
See https://www.paws-r-sdk.com/docs/sagemaker_update_mlflow_tracking_server/ for full documentation.
Usage
sagemaker_update_mlflow_tracking_server(
TrackingServerName,
ArtifactStoreUri = NULL,
TrackingServerSize = NULL,
AutomaticModelRegistration = NULL,
WeeklyMaintenanceWindowStart = NULL,
S3BucketOwnerAccountId = NULL,
S3BucketOwnerVerification = NULL
)Arguments
- TrackingServerName
[required] The name of the MLflow Tracking Server to update.
- ArtifactStoreUri
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
- TrackingServerSize
The new size for the MLflow Tracking Server.
- 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,AutomaticModelRegistrationdefaults toFalse- 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.
- S3BucketOwnerAccountId
The new expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.
- S3BucketOwnerVerification
Whether to enable or disable Amazon S3 Bucket Owenrship Verifaction whenever the MLflow Tracking Server interacts with Amazon Amazon S3.