OperationKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. documentintelligence. models. OperationKind
- com.
- com.
public final class OperationKind
extends ExpandableStringEnum<OperationKind>
Type of operation.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Operation |
DOCUMENT_CLASSIFIER_BUILD
Build a new custom classifier model. |
static final
Operation |
DOCUMENT_CLASSIFIER_COPY_TO
Copy an existing document classifier to potentially a different resource, region, or subscription. |
static final
Operation |
DOCUMENT_MODEL_BUILD
Build a new custom document model. |
static final
Operation |
DOCUMENT_MODEL_COMPOSE
Compose a new custom document model from existing models. |
static final
Operation |
DOCUMENT_MODEL_COPY_TO
Copy an existing document model to potentially a different resource, region, or subscription. |
Constructor Summary
Constructor | Description |
---|---|
OperationKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Operation |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Operation |
fromString(String name)
Creates or finds a Operation |
static
Collection<Operation |
values()
Gets known Operation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOCUMENT_CLASSIFIER_BUILD
public static final OperationKind DOCUMENT_CLASSIFIER_BUILD
Build a new custom classifier model.
DOCUMENT_CLASSIFIER_COPY_TO
public static final OperationKind DOCUMENT_CLASSIFIER_COPY_TO
Copy an existing document classifier to potentially a different resource, region, or subscription.
DOCUMENT_MODEL_BUILD
public static final OperationKind DOCUMENT_MODEL_BUILD
Build a new custom document model.
DOCUMENT_MODEL_COMPOSE
public static final OperationKind DOCUMENT_MODEL_COMPOSE
Compose a new custom document model from existing models.
DOCUMENT_MODEL_COPY_TO
public static final OperationKind DOCUMENT_MODEL_COPY_TO
Copy an existing document model to potentially a different resource, region, or subscription.
Constructor Details
OperationKind
@Deprecated
public OperationKind()
Deprecated
Creates a new instance of OperationKind value.
Method Details
fromString
public static OperationKind fromString(String name)
Creates or finds a OperationKind from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OperationKind values.
Returns:
Applies to
Azure SDK for Java