Interface UpdateMlflowTrackingServerRequest.Builder

    • 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.
      • 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 to False. If not specified, AutomaticModelRegistration defaults to False

        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 to True. To disable automatic model registration, set this value to False. If not specified, AutomaticModelRegistration defaults to False
        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.