import "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2020-03-01/machinelearningservices/machinelearningservicesapi"
type BaseClientAPI interface { ListSkus(ctx context.Context) (result machinelearningservices.SkuListResultPage, err error) ListSkusComplete(ctx context.Context) (result machinelearningservices.SkuListResultIterator, err error) }
BaseClientAPI contains the set of methods on the BaseClient type.
type MachineLearningComputeClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, parameters machinelearningservices.ComputeResource) (result machinelearningservices.MachineLearningComputeCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, underlyingResourceAction machinelearningservices.UnderlyingResourceAction) (result machinelearningservices.MachineLearningComputeDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result machinelearningservices.ComputeResource, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string, skiptoken string) (result machinelearningservices.PaginatedComputeResourcesListPage, err error) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string, skiptoken string) (result machinelearningservices.PaginatedComputeResourcesListIterator, err error) ListKeys(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result machinelearningservices.ComputeSecretsModel, err error) ListNodes(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result machinelearningservices.AmlComputeNodesInformation, err error) Update(ctx context.Context, resourceGroupName string, workspaceName string, computeName string, parameters machinelearningservices.ClusterUpdateParameters) (result machinelearningservices.MachineLearningComputeUpdateFuture, err error) }
MachineLearningComputeClientAPI contains the set of methods on the MachineLearningComputeClient type.
type NotebooksClientAPI interface { Prepare(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.NotebooksPrepareFuture, err error) }
NotebooksClientAPI contains the set of methods on the NotebooksClient type.
type OperationsClientAPI interface { List(ctx context.Context) (result machinelearningservices.OperationListResult, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PrivateEndpointConnectionsClientAPI interface { Delete(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string) (result machinelearningservices.PrivateEndpointConnection, err error) Put(ctx context.Context, resourceGroupName string, workspaceName string, privateEndpointConnectionName string, properties machinelearningservices.PrivateEndpointConnection) (result machinelearningservices.PrivateEndpointConnection, err error) }
PrivateEndpointConnectionsClientAPI contains the set of methods on the PrivateEndpointConnectionsClient type.
type PrivateLinkResourcesClientAPI interface { ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.PrivateLinkResourceListResult, err error) }
PrivateLinkResourcesClientAPI contains the set of methods on the PrivateLinkResourcesClient type.
type QuotasClientAPI interface { List(ctx context.Context, location string) (result machinelearningservices.ListWorkspaceQuotasPage, err error) ListComplete(ctx context.Context, location string) (result machinelearningservices.ListWorkspaceQuotasIterator, err error) Update(ctx context.Context, location string, parameters machinelearningservices.QuotaUpdateParameters) (result machinelearningservices.UpdateWorkspaceQuotasResult, err error) }
QuotasClientAPI contains the set of methods on the QuotasClient type.
type UsagesClientAPI interface { List(ctx context.Context, location string) (result machinelearningservices.ListUsagesResultPage, err error) ListComplete(ctx context.Context, location string) (result machinelearningservices.ListUsagesResultIterator, err error) }
UsagesClientAPI contains the set of methods on the UsagesClient type.
type VirtualMachineSizesClientAPI interface { List(ctx context.Context, location string) (result machinelearningservices.VirtualMachineSizeListResult, err error) }
VirtualMachineSizesClientAPI contains the set of methods on the VirtualMachineSizesClient type.
type WorkspaceFeaturesClientAPI interface { List(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.ListAmlUserFeatureResultPage, err error) ListComplete(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.ListAmlUserFeatureResultIterator, err error) }
WorkspaceFeaturesClientAPI contains the set of methods on the WorkspaceFeaturesClient type.
type WorkspacesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, parameters machinelearningservices.Workspace) (result machinelearningservices.WorkspacesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.WorkspacesDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.Workspace, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string, skiptoken string) (result machinelearningservices.WorkspaceListResultPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, skiptoken string) (result machinelearningservices.WorkspaceListResultIterator, err error) ListBySubscription(ctx context.Context, skiptoken string) (result machinelearningservices.WorkspaceListResultPage, err error) ListBySubscriptionComplete(ctx context.Context, skiptoken string) (result machinelearningservices.WorkspaceListResultIterator, err error) ListKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.ListWorkspaceKeysResult, err error) ResyncKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result autorest.Response, err error) Update(ctx context.Context, resourceGroupName string, workspaceName string, parameters machinelearningservices.WorkspaceUpdateParameters) (result machinelearningservices.Workspace, err error) }
WorkspacesClientAPI contains the set of methods on the WorkspacesClient type.
Package machinelearningservicesapi imports 3 packages (graph). Updated 2020-08-05. Refresh now. Tools for package owners.