Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-resourcemanager-machinelearning] [MFE][InferencePools] Add operation ID to Delta Model Controller #12658

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,267 changes: 1,263 additions & 4 deletions sdk/machinelearning/azure-resourcemanager-machinelearning/CHANGELOG.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager Machine Learning client library for Java.

This package contains Microsoft Azure SDK for Machine Learning Management SDK. These APIs allow end users to operate on Azure Machine Learning Workspace resources. Package tag package-2024-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for Machine Learning Management SDK. These APIs allow end users to operate on Azure Machine Learning Workspace resources. Package tag package-preview-2024-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-machinelearning</artifactId>
<version>1.1.0</version>
<version>1.2.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4,924 changes: 3,565 additions & 1,359 deletions sdk/machinelearning/azure-resourcemanager-machinelearning/SAMPLE.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Machine Learning Management</name>
<description>This package contains Microsoft Azure SDK for Machine Learning Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. These APIs allow end users to operate on Azure Machine Learning Workspace resources. Package tag package-2024-04.</description>
<description>This package contains Microsoft Azure SDK for Machine Learning Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. These APIs allow end users to operate on Azure Machine Learning Workspace resources. Package tag package-preview-2024-10.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down Expand Up @@ -68,12 +68,6 @@
<artifactId>azure-core-test</artifactId>
<version>1.27.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-jdk-httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import java.time.Duration;

/**
* The interface for AzureMachineLearningWorkspaces class.
* The interface for AzureMachineLearningServices class.
*/
public interface AzureMachineLearningWorkspaces {
public interface AzureMachineLearningServices {
/**
* Gets The ID of the target subscription.
*
Expand Down Expand Up @@ -46,20 +46,6 @@ public interface AzureMachineLearningWorkspaces {
*/
Duration getDefaultPollInterval();

/**
* Gets the OperationsClient object to access its operations.
*
* @return the OperationsClient object.
*/
OperationsClient getOperations();

/**
* Gets the WorkspacesClient object to access its operations.
*
* @return the WorkspacesClient object.
*/
WorkspacesClient getWorkspaces();

/**
* Gets the UsagesClient object to access its operations.
*
Expand Down Expand Up @@ -88,41 +74,6 @@ public interface AzureMachineLearningWorkspaces {
*/
ComputesClient getComputes();

/**
* Gets the PrivateEndpointConnectionsClient object to access its operations.
*
* @return the PrivateEndpointConnectionsClient object.
*/
PrivateEndpointConnectionsClient getPrivateEndpointConnections();

/**
* Gets the PrivateLinkResourcesClient object to access its operations.
*
* @return the PrivateLinkResourcesClient object.
*/
PrivateLinkResourcesClient getPrivateLinkResources();

/**
* Gets the WorkspaceConnectionsClient object to access its operations.
*
* @return the WorkspaceConnectionsClient object.
*/
WorkspaceConnectionsClient getWorkspaceConnections();

/**
* Gets the ManagedNetworkSettingsRulesClient object to access its operations.
*
* @return the ManagedNetworkSettingsRulesClient object.
*/
ManagedNetworkSettingsRulesClient getManagedNetworkSettingsRules();

/**
* Gets the ManagedNetworkProvisionsClient object to access its operations.
*
* @return the ManagedNetworkProvisionsClient object.
*/
ManagedNetworkProvisionsClient getManagedNetworkProvisions();

/**
* Gets the RegistryCodeContainersClient object to access its operations.
*
Expand Down Expand Up @@ -312,6 +263,27 @@ public interface AzureMachineLearningWorkspaces {
*/
FeaturestoreEntityVersionsClient getFeaturestoreEntityVersions();

/**
* Gets the InferencePoolsClient object to access its operations.
*
* @return the InferencePoolsClient object.
*/
InferencePoolsClient getInferencePools();

/**
* Gets the InferenceEndpointsClient object to access its operations.
*
* @return the InferenceEndpointsClient object.
*/
InferenceEndpointsClient getInferenceEndpoints();

/**
* Gets the InferenceGroupsClient object to access its operations.
*
* @return the InferenceGroupsClient object.
*/
InferenceGroupsClient getInferenceGroups();

/**
* Gets the JobsClient object to access its operations.
*
Expand Down Expand Up @@ -381,4 +353,130 @@ public interface AzureMachineLearningWorkspaces {
* @return the WorkspaceFeaturesClient object.
*/
WorkspaceFeaturesClient getWorkspaceFeatures();

/**
* Gets the OperationsClient object to access its operations.
*
* @return the OperationsClient object.
*/
OperationsClient getOperations();

/**
* Gets the WorkspacesClient object to access its operations.
*
* @return the WorkspacesClient object.
*/
WorkspacesClient getWorkspaces();

/**
* Gets the WorkspaceConnectionsClient object to access its operations.
*
* @return the WorkspaceConnectionsClient object.
*/
WorkspaceConnectionsClient getWorkspaceConnections();

/**
* Gets the ConnectionsClient object to access its operations.
*
* @return the ConnectionsClient object.
*/
ConnectionsClient getConnections();

/**
* Gets the ConnectionRaiBlocklistsClient object to access its operations.
*
* @return the ConnectionRaiBlocklistsClient object.
*/
ConnectionRaiBlocklistsClient getConnectionRaiBlocklists();

/**
* Gets the ConnectionRaiBlocklistOperationsClient object to access its operations.
*
* @return the ConnectionRaiBlocklistOperationsClient object.
*/
ConnectionRaiBlocklistOperationsClient getConnectionRaiBlocklistOperations();

/**
* Gets the ConnectionRaiBlocklistItemsClient object to access its operations.
*
* @return the ConnectionRaiBlocklistItemsClient object.
*/
ConnectionRaiBlocklistItemsClient getConnectionRaiBlocklistItems();

/**
* Gets the ConnectionRaiBlocklistItemsOperationsClient object to access its operations.
*
* @return the ConnectionRaiBlocklistItemsOperationsClient object.
*/
ConnectionRaiBlocklistItemsOperationsClient getConnectionRaiBlocklistItemsOperations();

/**
* Gets the ConnectionRaiPoliciesClient object to access its operations.
*
* @return the ConnectionRaiPoliciesClient object.
*/
ConnectionRaiPoliciesClient getConnectionRaiPolicies();

/**
* Gets the ConnectionRaiPolicyOperationsClient object to access its operations.
*
* @return the ConnectionRaiPolicyOperationsClient object.
*/
ConnectionRaiPolicyOperationsClient getConnectionRaiPolicyOperations();

/**
* Gets the EndpointDeploymentsClient object to access its operations.
*
* @return the EndpointDeploymentsClient object.
*/
EndpointDeploymentsClient getEndpointDeployments();

/**
* Gets the EndpointsClient object to access its operations.
*
* @return the EndpointsClient object.
*/
EndpointsClient getEndpoints();

/**
* Gets the RaiPoliciesClient object to access its operations.
*
* @return the RaiPoliciesClient object.
*/
RaiPoliciesClient getRaiPolicies();

/**
* Gets the RaiPolicyOperationsClient object to access its operations.
*
* @return the RaiPolicyOperationsClient object.
*/
RaiPolicyOperationsClient getRaiPolicyOperations();

/**
* Gets the ManagedNetworkSettingsRulesClient object to access its operations.
*
* @return the ManagedNetworkSettingsRulesClient object.
*/
ManagedNetworkSettingsRulesClient getManagedNetworkSettingsRules();

/**
* Gets the PrivateEndpointConnectionsClient object to access its operations.
*
* @return the PrivateEndpointConnectionsClient object.
*/
PrivateEndpointConnectionsClient getPrivateEndpointConnections();

/**
* Gets the PrivateLinkResourcesClient object to access its operations.
*
* @return the PrivateLinkResourcesClient object.
*/
PrivateLinkResourcesClient getPrivateLinkResources();

/**
* Gets the ManagedNetworkProvisionsClient object to access its operations.
*
* @return the ManagedNetworkProvisionsClient object.
*/
ManagedNetworkProvisionsClient getManagedNetworkProvisions();
}
Loading