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

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

private CreateRealtimeEndpoint ( Amazon.MachineLearning.Model.CreateRealtimeEndpointRequest request ) : CreateRealtimeEndpointResponse
request Amazon.MachineLearning.Model.CreateRealtimeEndpointRequest
Результат Amazon.MachineLearning.Model.CreateRealtimeEndpointResponse
        internal CreateRealtimeEndpointResponse CreateRealtimeEndpoint(CreateRealtimeEndpointRequest request)
        {
            var marshaller = new CreateRealtimeEndpointRequestMarshaller();
            var unmarshaller = CreateRealtimeEndpointResponseUnmarshaller.Instance;

            return Invoke<CreateRealtimeEndpointRequest,CreateRealtimeEndpointResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonMachineLearningClient::CreateRealtimeEndpoint ( string mlModelId ) : CreateRealtimeEndpointResponse
AmazonMachineLearningClient