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

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

Initiates the asynchronous execution of the DescribeBatchPredictions operation.
public DescribeBatchPredictionsAsync ( DescribeBatchPredictionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeBatchPredictionsRequest Container for the necessary parameters to execute the DescribeBatchPredictions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeBatchPredictionsResponse> DescribeBatchPredictionsAsync(DescribeBatchPredictionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeBatchPredictionsRequestMarshaller();
            var unmarshaller = DescribeBatchPredictionsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonMachineLearningClient