Class UpdateMlflowTrackingServerRequest

    • Method Detail

      • trackingServerName

        public final String trackingServerName()

        The name of the MLflow Tracking Server to update.

        Returns:
        The name of the MLflow Tracking Server to update.
      • artifactStoreUri

        public final String artifactStoreUri()

        The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.

        Returns:
        The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
      • automaticModelRegistration

        public final 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

        Returns:
        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
      • weeklyMaintenanceWindowStart

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object