Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineLearningServicesModelRegisteredEventData

Package version

Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.ModelRegistered event.

Hierarchy

  • MachineLearningServicesModelRegisteredEventData

Index

Properties

Optional modelName

modelName: undefined | string

The name of the model that was registered.

Optional modelProperties

modelProperties: any

The properties of the model that was registered.

Optional modelTags

modelTags: any

The tags of the model that was registered.

Optional modelVersion

modelVersion: undefined | string

The version of the model that was registered.

Generated using TypeDoc