Feature specific configuration for the training job. Configuration provided for the job must match the feature type parameter associated with project. If configuration and feature type do not match an InvalidParameterException is returned.

interface CustomizationFeatureConfig {
    ContentModeration?: CustomizationFeatureContentModerationConfig;
}

Properties

Configuration options for Custom Moderation training.