ms-azure-api-0.6.0.1: Microsoft Azure API
Safe HaskellSafe-Inferred
LanguageHaskell2010

MSAzureAPI.MachineLearning.Compute

Description

 
Synopsis

Documentation

listComputes Source #

Arguments

:: Text

subscription id

-> Text

res group id

-> Text

ML workspace id

-> AccessToken 
-> Req (Collection Compute) 

list computes in a workspace

docs : https://learn.microsoft.com/en-us/rest/api/azureml/2023-04-01/compute/list?tabs=HTTP

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes?api-version=2023-04-01

data Compute Source #

Instances

Instances details
FromJSON Compute Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

ToJSON Compute Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Generic Compute Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Associated Types

type Rep Compute :: Type -> Type #

Methods

from :: Compute -> Rep Compute x #

to :: Rep Compute x -> Compute #

Show Compute Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep Compute Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep Compute = D1 ('MetaData "Compute" "MSAzureAPI.MachineLearning.Compute" "ms-azure-api-0.6.0.1-9AqtB8TNiqqGzZl2uZcaR4" 'False) (C1 ('MetaCons "Compute" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cmpId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "cmpType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "cmpName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cmpLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "cmpProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ComputeProperties)))))

data ComputeProperties Source #

Instances

Instances details
FromJSON ComputeProperties Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

ToJSON ComputeProperties Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Generic ComputeProperties Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Associated Types

type Rep ComputeProperties :: Type -> Type #

Show ComputeProperties Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep ComputeProperties Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep ComputeProperties = D1 ('MetaData "ComputeProperties" "MSAzureAPI.MachineLearning.Compute" "ms-azure-api-0.6.0.1-9AqtB8TNiqqGzZl2uZcaR4" 'False) (C1 ('MetaCons "ComputeProperties" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cmppCreatedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ZonedTime) :*: S1 ('MetaSel ('Just "cmppModifiedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ZonedTime)) :*: (S1 ('MetaSel ('Just "cmppResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cmppComputeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ComputeType) :*: S1 ('MetaSel ('Just "cmppProvisioningState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProvisioningState)))))

data ComputeType Source #

Constructors

AKS 

Instances

Instances details
FromJSON ComputeType Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

ToJSON ComputeType Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Generic ComputeType Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Associated Types

type Rep ComputeType :: Type -> Type #

Show ComputeType Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Eq ComputeType Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep ComputeType Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep ComputeType = D1 ('MetaData "ComputeType" "MSAzureAPI.MachineLearning.Compute" "ms-azure-api-0.6.0.1-9AqtB8TNiqqGzZl2uZcaR4" 'False) (C1 ('MetaCons "AKS" 'PrefixI 'False) (U1 :: Type -> Type))

data ProvisioningState Source #

Constructors

Succeeded 

Instances

Instances details
FromJSON ProvisioningState Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

ToJSON ProvisioningState Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Generic ProvisioningState Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Associated Types

type Rep ProvisioningState :: Type -> Type #

Show ProvisioningState Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

Eq ProvisioningState Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep ProvisioningState Source # 
Instance details

Defined in MSAzureAPI.MachineLearning.Compute

type Rep ProvisioningState = D1 ('MetaData "ProvisioningState" "MSAzureAPI.MachineLearning.Compute" "ms-azure-api-0.6.0.1-9AqtB8TNiqqGzZl2uZcaR4" 'False) (C1 ('MetaCons "Succeeded" 'PrefixI 'False) (U1 :: Type -> Type))