Documentation ¶
Index ¶
- type ClientAPI
- type MachineLearningComputeClientAPI
- type NotebooksClientAPI
- type OperationsClientAPI
- type PrivateEndpointConnectionsClientAPI
- type PrivateLinkResourcesClientAPI
- type QuotasClientAPI
- type StorageAccountClientAPI
- type UsagesClientAPI
- type VirtualMachineSizesClientAPI
- type WorkspaceClientAPI
- type WorkspaceConnectionsClientAPI
- type WorkspaceFeaturesClientAPI
- type WorkspacesClientAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientAPI ¶
type ClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, serviceName string, properties machinelearningservices.BasicCreateServiceRequest) (result machinelearningservices.MachineLearningServiceCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, serviceName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, serviceName string, expand *bool) (result machinelearningservices.ServiceResource, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string, skip string, modelID string, modelName string, tag string, tags string, properties string, runID string, expand *bool, orderby machinelearningservices.OrderString) (result machinelearningservices.PaginatedServiceListPage, err error) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string, skip string, modelID string, modelName string, tag string, tags string, properties string, runID string, expand *bool, orderby machinelearningservices.OrderString) (result machinelearningservices.PaginatedServiceListIterator, err error) }
ClientAPI contains the set of methods on the Client type.
type MachineLearningComputeClientAPI ¶
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, skip string) (result machinelearningservices.PaginatedComputeResourcesListPage, err error) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string, skip 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.AmlComputeNodesInformationPage, err error) ListNodesComplete(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result machinelearningservices.AmlComputeNodesInformationIterator, err error) Restart(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result autorest.Response, err error) Start(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result machinelearningservices.MachineLearningComputeStartFuture, err error) Stop(ctx context.Context, resourceGroupName string, workspaceName string, computeName string) (result machinelearningservices.MachineLearningComputeStopFuture, 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 ¶
type NotebooksClientAPI interface { ListKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.ListNotebookKeysResult, err error) 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 ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result machinelearningservices.OperationListResult, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PrivateEndpointConnectionsClientAPI ¶
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 ¶
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 ¶
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 StorageAccountClientAPI ¶
type StorageAccountClientAPI interface {
ListKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.ListStorageAccountKeysResult, err error)
}
StorageAccountClientAPI contains the set of methods on the StorageAccountClient type.
type UsagesClientAPI ¶
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 ¶
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 WorkspaceClientAPI ¶
type WorkspaceClientAPI interface { ListSkus(ctx context.Context) (result machinelearningservices.SkuListResultPage, err error) ListSkusComplete(ctx context.Context) (result machinelearningservices.SkuListResultIterator, err error) }
WorkspaceClientAPI contains the set of methods on the WorkspaceClient type.
type WorkspaceConnectionsClientAPI ¶
type WorkspaceConnectionsClientAPI interface { Create(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string, parameters machinelearningservices.WorkspaceConnectionDto) (result machinelearningservices.WorkspaceConnection, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, connectionName string) (result machinelearningservices.WorkspaceConnection, err error) List(ctx context.Context, resourceGroupName string, workspaceName string, target string, category string) (result machinelearningservices.PaginatedWorkspaceConnectionsList, err error) }
WorkspaceConnectionsClientAPI contains the set of methods on the WorkspaceConnectionsClient type.
type WorkspaceFeaturesClientAPI ¶
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 ¶
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, skip string) (result machinelearningservices.WorkspaceListResultPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, skip string) (result machinelearningservices.WorkspaceListResultIterator, err error) ListBySubscription(ctx context.Context, skip string) (result machinelearningservices.WorkspaceListResultPage, err error) ListBySubscriptionComplete(ctx context.Context, skip string) (result machinelearningservices.WorkspaceListResultIterator, err error) ListKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.ListWorkspaceKeysResult, err error) ListNotebookAccessToken(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.NotebookAccessTokenResult, err error) ResyncKeys(ctx context.Context, resourceGroupName string, workspaceName string) (result machinelearningservices.WorkspacesResyncKeysFuture, 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.