Interface CreateProjectRequest.Builder

  • Method Details

    • projectName

      CreateProjectRequest.Builder projectName(String projectName)

      The name of the project to create.

      Parameters:
      projectName - The name of the project to create.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • feature

      Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.

      Parameters:
      feature - Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • feature

      Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.

      Parameters:
      feature - Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoUpdate

      CreateProjectRequest.Builder autoUpdate(String autoUpdate)

      Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.

      Parameters:
      autoUpdate - Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoUpdate

      Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.

      Parameters:
      autoUpdate - Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      A set of tags (key-value pairs) that you want to attach to the project.

      Parameters:
      tags - A set of tags (key-value pairs) that you want to attach to the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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