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

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

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

            return InvokeAsync<GetBatchPredictionRequest,GetBatchPredictionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

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