Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.machine_learning.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe API operation info.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the available REST API operations.

SELECT examples

Lists all the available REST API operations.

SELECT
name,
display
FROM azure.machine_learning.operations
;