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

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

private DeleteMLModel ( Amazon.MachineLearning.Model.DeleteMLModelRequest request ) : DeleteMLModelResponse
request Amazon.MachineLearning.Model.DeleteMLModelRequest
Результат Amazon.MachineLearning.Model.DeleteMLModelResponse
        internal DeleteMLModelResponse DeleteMLModel(DeleteMLModelRequest request)
        {
            var marshaller = new DeleteMLModelRequestMarshaller();
            var unmarshaller = DeleteMLModelResponseUnmarshaller.Instance;

            return Invoke<DeleteMLModelRequest,DeleteMLModelResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonMachineLearningClient::DeleteMLModel ( string mlModelId ) : DeleteMLModelResponse
AmazonMachineLearningClient