Interface CreateMlflowAppRequest.Builder

  • Method Details

    • name

      A string identifying the MLflow app name. This string is not part of the tracking server ARN.

      Parameters:
      name - A string identifying the MLflow app name. This string is not part of the tracking server ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactStoreUri

      CreateMlflowAppRequest.Builder artifactStoreUri(String artifactStoreUri)

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

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

      The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. The role should have the AmazonS3FullAccess permission.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. The role should have the AmazonS3FullAccess permission.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelRegistrationMode

      CreateMlflowAppRequest.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 AutoModelRegistrationDisabled.

      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 AutoModelRegistrationDisabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelRegistrationMode

      CreateMlflowAppRequest.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 AutoModelRegistrationDisabled.

      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 AutoModelRegistrationDisabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • weeklyMaintenanceWindowStart

      CreateMlflowAppRequest.Builder weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)

      The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.

      Parameters:
      weeklyMaintenanceWindowStart - The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountDefaultStatus

      CreateMlflowAppRequest.Builder accountDefaultStatus(String accountDefaultStatus)

      Indicates whether this MLflow app is the default for the entire account.

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

      CreateMlflowAppRequest.Builder accountDefaultStatus(AccountDefaultStatus accountDefaultStatus)

      Indicates whether this MLflow app is the default for the entire account.

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

      CreateMlflowAppRequest.Builder defaultDomainIdList(Collection<String> defaultDomainIdList)

      List of SageMaker domain IDs for which this MLflow App is used as the default.

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

      CreateMlflowAppRequest.Builder defaultDomainIdList(String... defaultDomainIdList)

      List of SageMaker domain IDs for which this MLflow App is used as the default.

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

      Tags consisting of key-value pairs used to manage metadata for the MLflow App.

      Parameters:
      tags - Tags consisting of key-value pairs used to manage metadata for the MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Tags consisting of key-value pairs used to manage metadata for the MLflow App.

      Parameters:
      tags - Tags consisting of key-value pairs used to manage metadata for the MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Tags consisting of key-value pairs used to manage metadata for the MLflow App.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateMlflowAppRequest.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.