The input for CreateProjectCommand.

interface CreateProjectCommandInput {
    AutoUpdate?: ProjectAutoUpdate;
    Feature?: CustomizationFeature;
    ProjectName: undefined | string;
    Tags?: Record<string, string>;
}

Hierarchy (view full)

Properties

AutoUpdate?: ProjectAutoUpdate

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.

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

ProjectName: undefined | string

The name of the project to create.

Tags?: Record<string, string>

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