MachineLearningOnlineEndpointCollection.CreateOrUpdate Method

Definition

Create or update Online Endpoint (asynchronous).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}
  • Operation Id: OnlineEndpoints_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string endpointName, Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, endpointName As String, data As MachineLearningOnlineEndpointData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MachineLearningOnlineEndpointResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

endpointName
String

Online Endpoint name.

data
MachineLearningOnlineEndpointData

Online Endpoint entity to apply during operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName is an empty string, and was expected to be non-empty.

endpointName or data is null.

Applies to