Amazon.MachineLearning.AmazonMachineLearningClient.UpdateBatchPredictionAsync C# (CSharp) 메소드

UpdateBatchPredictionAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateBatchPrediction operation.
public UpdateBatchPredictionAsync ( UpdateBatchPredictionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateBatchPredictionRequest Container for the necessary parameters to execute the UpdateBatchPrediction operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<UpdateBatchPredictionResponse> UpdateBatchPredictionAsync(UpdateBatchPredictionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateBatchPredictionRequestMarshaller();
            var unmarshaller = UpdateBatchPredictionResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateBatchPredictionRequest,UpdateBatchPredictionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

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