CustomMultiLabelClassificationBatchAction interface

Options for a custom multi-label classification batch action.

Extends

Properties

kind

The kind of the action.

Inherited Properties

actionName

The name of the action.

deploymentName
disableServiceLogs

If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur.

Default is false.

projectName

Property Details

kind

The kind of the action.

kind: "CustomMultiLabelClassification"

Property Value

"CustomMultiLabelClassification"

Inherited Property Details

actionName

The name of the action.

actionName?: string

Property Value

string

Inherited From AnalyzeBatchActionCommon.actionName

deploymentName

deploymentName: string

Property Value

string

Inherited From CustomMultiLabelClassificationAction.deploymentName

disableServiceLogs

If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur.

Default is false.

disableServiceLogs?: boolean

Property Value

boolean

Inherited From CustomMultiLabelClassificationAction.disableServiceLogs

projectName

projectName: string

Property Value

string

Inherited From CustomMultiLabelClassificationAction.projectName