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

UpdateBatchPrediction() приватный Метод

private UpdateBatchPrediction ( UpdateBatchPredictionRequest request ) : UpdateBatchPredictionResponse
request UpdateBatchPredictionRequest
Результат UpdateBatchPredictionResponse
        internal UpdateBatchPredictionResponse UpdateBatchPrediction(UpdateBatchPredictionRequest request)
        {
            var marshaller = new UpdateBatchPredictionRequestMarshaller();
            var unmarshaller = UpdateBatchPredictionResponseUnmarshaller.Instance;

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

Same methods

AmazonMachineLearningClient::UpdateBatchPrediction ( string batchPredictionId, string batchPredictionName ) : UpdateBatchPredictionResponse
AmazonMachineLearningClient