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

CreateRealtimeEndpointAsync() 공개 메소드

Initiates the asynchronous execution of the CreateRealtimeEndpoint operation.
public CreateRealtimeEndpointAsync ( Amazon.MachineLearning.Model.CreateRealtimeEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.MachineLearning.Model.CreateRealtimeEndpointRequest Container for the necessary parameters to execute the CreateRealtimeEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<CreateRealtimeEndpointResponse> CreateRealtimeEndpointAsync(CreateRealtimeEndpointRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateRealtimeEndpointRequestMarshaller();
            var unmarshaller = CreateRealtimeEndpointResponseUnmarshaller.Instance;

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

Same methods

AmazonMachineLearningClient::CreateRealtimeEndpointAsync ( string mlModelId, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient