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

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

private UpdateMLModel ( UpdateMLModelRequest request ) : UpdateMLModelResponse
request UpdateMLModelRequest
Результат UpdateMLModelResponse
        internal UpdateMLModelResponse UpdateMLModel(UpdateMLModelRequest request)
        {
            var marshaller = new UpdateMLModelRequestMarshaller();
            var unmarshaller = UpdateMLModelResponseUnmarshaller.Instance;

            return Invoke<UpdateMLModelRequest,UpdateMLModelResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonMachineLearningClient::UpdateMLModel ( string mlModelId, string mlModelName, float scoreThreshold ) : UpdateMLModelResponse
AmazonMachineLearningClient