Uses of Class
com.azure.ai.formrecognizer.training.models.CopyAuthorization
Packages that use CopyAuthorization
Package
Description
Azure Form Recognizer
is a cloud-based service provided by Microsoft Azure that utilizes machine learning to extract information
from various types of forms.
Package containing model classes to perform operations using
FormTrainingClient and
FormTrainingAsyncClient.-
Uses of CopyAuthorization in com.azure.ai.formrecognizer.training
Methods in com.azure.ai.formrecognizer.training that return CopyAuthorizationModifier and TypeMethodDescriptionFormTrainingClient.getCopyAuthorization(String resourceId, String resourceRegion) Generate authorization for copying a custom model into the target Form Recognizer resource.Methods in com.azure.ai.formrecognizer.training that return types with arguments of type CopyAuthorizationModifier and TypeMethodDescriptionFormTrainingAsyncClient.getCopyAuthorization(String resourceId, String resourceRegion) Generate authorization for copying a custom model into the target Form Recognizer resource.Mono<com.azure.core.http.rest.Response<CopyAuthorization>>FormTrainingAsyncClient.getCopyAuthorizationWithResponse(String resourceId, String resourceRegion) Generate authorization for copying a custom model into the target Form Recognizer resource.com.azure.core.http.rest.Response<CopyAuthorization>FormTrainingClient.getCopyAuthorizationWithResponse(String resourceId, String resourceRegion, com.azure.core.util.Context context) Generate authorization for copying a custom model into the target Form Recognizer resource.Methods in com.azure.ai.formrecognizer.training with parameters of type CopyAuthorizationModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingAsyncClient.beginCopyModel(String modelId, CopyAuthorization target) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingAsyncClient.beginCopyModel(String modelId, CopyAuthorization target, Duration pollInterval) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingClient.beginCopyModel(String modelId, CopyAuthorization target) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,CustomFormModelInfo> FormTrainingClient.beginCopyModel(String modelId, CopyAuthorization target, Duration pollInterval, com.azure.core.util.Context context) Copy a custom model stored in this resource (the source) to the user specified target Form Recognizer resource. -
Uses of CopyAuthorization in com.azure.ai.formrecognizer.training.models
Methods in com.azure.ai.formrecognizer.training.models that return CopyAuthorizationModifier and TypeMethodDescriptionstatic CopyAuthorizationConverts the json string representation to its equivalent CopyAuthorization object.