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

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

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

            return InvokeAsync<CreateBatchPredictionRequest,CreateBatchPredictionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonMachineLearningClient