Interface FetchPredictOperationParameters

Parameters for the fetchPredictOperation method.

interface FetchPredictOperationParameters {
    config?: FetchPredictOperationConfig;
    operationName: string;
    resourceName: string;
}

Properties

Used to override the default configuration.

operationName: string

The server-assigned name for the operation.

resourceName: string