Interface UpdateMlflowAppRequest.Builder

  • Method Details

    • arn

      The ARN of the MLflow App to update.

      Parameters:
      arn - The ARN of the MLflow App to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the MLflow App to update.

      Parameters:
      name - The name of the MLflow App to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactStoreUri

      UpdateMlflowAppRequest.Builder artifactStoreUri(String artifactStoreUri)

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

      Parameters:
      artifactStoreUri - The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelRegistrationMode

      UpdateMlflowAppRequest.Builder modelRegistrationMode(String modelRegistrationMode)

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

      Parameters:
      modelRegistrationMode - 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 AutoModelRegistrationEnabled. To disable automatic model registration, set this value to AutoModelRegistrationDisabled. If not specified, AutomaticModelRegistration defaults to AutoModelRegistrationEnabled
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelRegistrationMode

      UpdateMlflowAppRequest.Builder modelRegistrationMode(ModelRegistrationMode modelRegistrationMode)

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

      Parameters:
      modelRegistrationMode - 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 AutoModelRegistrationEnabled. To disable automatic model registration, set this value to AutoModelRegistrationDisabled. If not specified, AutomaticModelRegistration defaults to AutoModelRegistrationEnabled
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • weeklyMaintenanceWindowStart

      UpdateMlflowAppRequest.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.
    • defaultDomainIdList

      UpdateMlflowAppRequest.Builder defaultDomainIdList(Collection<String> defaultDomainIdList)

      List of SageMaker Domain IDs for which this MLflow App is the default.

      Parameters:
      defaultDomainIdList - List of SageMaker Domain IDs for which this MLflow App is the default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultDomainIdList

      UpdateMlflowAppRequest.Builder defaultDomainIdList(String... defaultDomainIdList)

      List of SageMaker Domain IDs for which this MLflow App is the default.

      Parameters:
      defaultDomainIdList - List of SageMaker Domain IDs for which this MLflow App is the default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountDefaultStatus

      UpdateMlflowAppRequest.Builder accountDefaultStatus(String accountDefaultStatus)

      Indicates whether this this MLflow App is the default for the account.

      Parameters:
      accountDefaultStatus - Indicates whether this this MLflow App is the default for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountDefaultStatus

      UpdateMlflowAppRequest.Builder accountDefaultStatus(AccountDefaultStatus accountDefaultStatus)

      Indicates whether this this MLflow App is the default for the account.

      Parameters:
      accountDefaultStatus - Indicates whether this this MLflow App is the default for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateMlflowAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.