Amazon.MachineLearning.AmazonMachineLearningClient.DeleteBatchPredictionAsync C# (CSharp) Метод

DeleteBatchPredictionAsync() публичный Метод

Initiates the asynchronous execution of the DeleteBatchPrediction operation.
public DeleteBatchPredictionAsync ( Amazon.MachineLearning.Model.DeleteBatchPredictionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.MachineLearning.Model.DeleteBatchPredictionRequest Container for the necessary parameters to execute the DeleteBatchPrediction operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteBatchPredictionResponse> DeleteBatchPredictionAsync(DeleteBatchPredictionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteBatchPredictionRequestMarshaller();
            var unmarshaller = DeleteBatchPredictionResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteBatchPredictionRequest,DeleteBatchPredictionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonMachineLearningClient::DeleteBatchPredictionAsync ( string batchPredictionId, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient