|
16 | 16 |
|
17 | 17 | from .. import models
|
18 | 18 | from ._configuration import AzureMachineLearningWorkspacesConfiguration
|
19 |
| -from .operations import BatchDeploymentsOperations, BatchEndpointsOperations, CapacityReservationGroupsOperations, CodeContainersOperations, CodeVersionsOperations, ComponentContainersOperations, ComponentVersionsOperations, ComputeOperations, DataContainersOperations, DataVersionsOperations, DatastoresOperations, EnvironmentContainersOperations, EnvironmentVersionsOperations, FeaturesOperations, FeaturesetContainersOperations, FeaturesetVersionsOperations, FeaturestoreEntityContainersOperations, FeaturestoreEntityVersionsOperations, InferenceEndpointsOperations, InferenceGroupsOperations, InferencePoolsOperations, JobsOperations, LabelingJobsOperations, MarketplaceSubscriptionsOperations, ModelContainersOperations, ModelVersionsOperations, OnlineDeploymentsOperations, OnlineEndpointsOperations, QuotasOperations, RegistriesOperations, RegistryCodeContainersOperations, RegistryCodeVersionsOperations, RegistryComponentContainersOperations, RegistryComponentVersionsOperations, RegistryDataContainersOperations, RegistryDataReferencesOperations, RegistryDataVersionsOperations, RegistryEnvironmentContainersOperations, RegistryEnvironmentVersionsOperations, RegistryModelContainersOperations, RegistryModelVersionsOperations, SchedulesOperations, ServerlessEndpointsOperations, UsagesOperations, VirtualMachineSizesOperations, WorkspaceFeaturesOperations |
| 19 | +from .operations import BatchDeploymentsOperations, BatchEndpointsOperations, CapacityReservationGroupsOperations, CodeContainersOperations, CodeVersionsOperations, ComponentContainersOperations, ComponentVersionsOperations, ComputeOperations, DataContainersOperations, DataVersionsOperations, DatastoresOperations, EndpointDeploymentOperations, EndpointOperations, EnvironmentContainersOperations, EnvironmentVersionsOperations, FeaturesOperations, FeaturesetContainersOperations, FeaturesetVersionsOperations, FeaturestoreEntityContainersOperations, FeaturestoreEntityVersionsOperations, InferenceEndpointsOperations, InferenceGroupsOperations, InferencePoolsOperations, JobsOperations, LabelingJobsOperations, ManagedNetworkProvisionsOperations, ManagedNetworkSettingsRuleOperations, MarketplaceSubscriptionsOperations, ModelContainersOperations, ModelVersionsOperations, OnlineDeploymentsOperations, OnlineEndpointsOperations, Operations, PrivateEndpointConnectionsOperations, PrivateLinkResourcesOperations, QuotasOperations, RegistriesOperations, RegistryCodeContainersOperations, RegistryCodeVersionsOperations, RegistryComponentContainersOperations, RegistryComponentVersionsOperations, RegistryDataContainersOperations, RegistryDataReferencesOperations, RegistryDataVersionsOperations, RegistryEnvironmentContainersOperations, RegistryEnvironmentVersionsOperations, RegistryModelContainersOperations, RegistryModelVersionsOperations, SchedulesOperations, ServerlessEndpointsOperations, UsagesOperations, VirtualMachineSizesOperations, WorkspaceConnectionsOperations, WorkspaceFeaturesOperations, WorkspacesOperations |
20 | 20 |
|
21 | 21 | if TYPE_CHECKING:
|
22 | 22 | # pylint: disable=unused-import,ungrouped-imports
|
@@ -155,6 +155,30 @@ class AzureMachineLearningWorkspaces: # pylint: disable=too-many-instance-att
|
155 | 155 | :ivar serverless_endpoints: ServerlessEndpointsOperations operations
|
156 | 156 | :vartype serverless_endpoints:
|
157 | 157 | azure.mgmt.machinelearningservices.aio.operations.ServerlessEndpointsOperations
|
| 158 | + :ivar operations: Operations operations |
| 159 | + :vartype operations: azure.mgmt.machinelearningservices.aio.operations.Operations |
| 160 | + :ivar workspaces: WorkspacesOperations operations |
| 161 | + :vartype workspaces: azure.mgmt.machinelearningservices.aio.operations.WorkspacesOperations |
| 162 | + :ivar workspace_connections: WorkspaceConnectionsOperations operations |
| 163 | + :vartype workspace_connections: |
| 164 | + azure.mgmt.machinelearningservices.aio.operations.WorkspaceConnectionsOperations |
| 165 | + :ivar endpoint_deployment: EndpointDeploymentOperations operations |
| 166 | + :vartype endpoint_deployment: |
| 167 | + azure.mgmt.machinelearningservices.aio.operations.EndpointDeploymentOperations |
| 168 | + :ivar endpoint: EndpointOperations operations |
| 169 | + :vartype endpoint: azure.mgmt.machinelearningservices.aio.operations.EndpointOperations |
| 170 | + :ivar managed_network_settings_rule: ManagedNetworkSettingsRuleOperations operations |
| 171 | + :vartype managed_network_settings_rule: |
| 172 | + azure.mgmt.machinelearningservices.aio.operations.ManagedNetworkSettingsRuleOperations |
| 173 | + :ivar private_endpoint_connections: PrivateEndpointConnectionsOperations operations |
| 174 | + :vartype private_endpoint_connections: |
| 175 | + azure.mgmt.machinelearningservices.aio.operations.PrivateEndpointConnectionsOperations |
| 176 | + :ivar private_link_resources: PrivateLinkResourcesOperations operations |
| 177 | + :vartype private_link_resources: |
| 178 | + azure.mgmt.machinelearningservices.aio.operations.PrivateLinkResourcesOperations |
| 179 | + :ivar managed_network_provisions: ManagedNetworkProvisionsOperations operations |
| 180 | + :vartype managed_network_provisions: |
| 181 | + azure.mgmt.machinelearningservices.aio.operations.ManagedNetworkProvisionsOperations |
158 | 182 | :param credential: Credential needed for the client to connect to Azure.
|
159 | 183 | :type credential: ~azure.core.credentials_async.AsyncTokenCredential
|
160 | 184 | :param subscription_id: The ID of the target subscription.
|
@@ -228,6 +252,15 @@ def __init__(
|
228 | 252 | self.online_deployments = OnlineDeploymentsOperations(self._client, self._config, self._serialize, self._deserialize)
|
229 | 253 | self.schedules = SchedulesOperations(self._client, self._config, self._serialize, self._deserialize)
|
230 | 254 | self.serverless_endpoints = ServerlessEndpointsOperations(self._client, self._config, self._serialize, self._deserialize)
|
| 255 | + self.operations = Operations(self._client, self._config, self._serialize, self._deserialize) |
| 256 | + self.workspaces = WorkspacesOperations(self._client, self._config, self._serialize, self._deserialize) |
| 257 | + self.workspace_connections = WorkspaceConnectionsOperations(self._client, self._config, self._serialize, self._deserialize) |
| 258 | + self.endpoint_deployment = EndpointDeploymentOperations(self._client, self._config, self._serialize, self._deserialize) |
| 259 | + self.endpoint = EndpointOperations(self._client, self._config, self._serialize, self._deserialize) |
| 260 | + self.managed_network_settings_rule = ManagedNetworkSettingsRuleOperations(self._client, self._config, self._serialize, self._deserialize) |
| 261 | + self.private_endpoint_connections = PrivateEndpointConnectionsOperations(self._client, self._config, self._serialize, self._deserialize) |
| 262 | + self.private_link_resources = PrivateLinkResourcesOperations(self._client, self._config, self._serialize, self._deserialize) |
| 263 | + self.managed_network_provisions = ManagedNetworkProvisionsOperations(self._client, self._config, self._serialize, self._deserialize) |
231 | 264 |
|
232 | 265 |
|
233 | 266 | def _send_request(
|
|
0 commit comments