共用方式為


MachineLearningWebhook Class

Definition

Webhook base Please note MachineLearningWebhook is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureDevOpsWebhook.

public abstract class MachineLearningWebhook
type MachineLearningWebhook = class
Public MustInherit Class MachineLearningWebhook
Inheritance
MachineLearningWebhook
Derived

Constructors

MachineLearningWebhook()

Initializes a new instance of MachineLearningWebhook.

Properties

EventType

Send callback on a specified notification event.

Applies to