Skip to content

Commit

Permalink
CodeGen from PR 20840 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3b204f9b613a84296b90b6ebfb6638d749e0f4ac into 610b71b2cef6eea85aa7e8de3bdd508d6a21453d
  • Loading branch information
SDKAuto committed Sep 23, 2022
1 parent e7b3352 commit 79cfc8f
Show file tree
Hide file tree
Showing 598 changed files with 11,999 additions and 10,120 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.1 (2022-09-23)

- 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-2022-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

Expand Down
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-2022-02-01-preview. 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-2022-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.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
689 changes: 372 additions & 317 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 @@ -13,7 +13,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-2022-02-01-preview.</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-2022-10.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
import com.azure.resourcemanager.machinelearning.implementation.PrivateEndpointConnectionsImpl;
import com.azure.resourcemanager.machinelearning.implementation.PrivateLinkResourcesImpl;
import com.azure.resourcemanager.machinelearning.implementation.QuotasImpl;
import com.azure.resourcemanager.machinelearning.implementation.SchedulesImpl;
import com.azure.resourcemanager.machinelearning.implementation.UsagesImpl;
import com.azure.resourcemanager.machinelearning.implementation.VirtualMachineSizesImpl;
import com.azure.resourcemanager.machinelearning.implementation.WorkspaceConnectionsImpl;
Expand All @@ -72,6 +73,7 @@
import com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections;
import com.azure.resourcemanager.machinelearning.models.PrivateLinkResources;
import com.azure.resourcemanager.machinelearning.models.Quotas;
import com.azure.resourcemanager.machinelearning.models.Schedules;
import com.azure.resourcemanager.machinelearning.models.Usages;
import com.azure.resourcemanager.machinelearning.models.VirtualMachineSizes;
import com.azure.resourcemanager.machinelearning.models.WorkspaceConnections;
Expand Down Expand Up @@ -139,6 +141,8 @@ public final class MachineLearningManager {

private OnlineDeployments onlineDeployments;

private Schedules schedules;

private WorkspaceFeatures workspaceFeatures;

private final AzureMachineLearningWorkspaces clientObject;
Expand Down Expand Up @@ -306,7 +310,7 @@ public MachineLearningManager authenticate(TokenCredential credential, AzureProf
.append("-")
.append("com.azure.resourcemanager.machinelearning")
.append("/")
.append("1.0.0-beta.2");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down Expand Up @@ -461,7 +465,8 @@ public PrivateLinkResources privateLinkResources() {
}

/**
* Gets the resource collection API of WorkspaceConnections. It manages WorkspaceConnection.
* Gets the resource collection API of WorkspaceConnections. It manages
* WorkspaceConnectionPropertiesV2BasicResource.
*
* @return Resource collection API of WorkspaceConnections.
*/
Expand All @@ -473,7 +478,7 @@ public WorkspaceConnections workspaceConnections() {
}

/**
* Gets the resource collection API of BatchEndpoints. It manages BatchEndpointData.
* Gets the resource collection API of BatchEndpoints. It manages BatchEndpoint.
*
* @return Resource collection API of BatchEndpoints.
*/
Expand All @@ -485,7 +490,7 @@ public BatchEndpoints batchEndpoints() {
}

/**
* Gets the resource collection API of BatchDeployments. It manages BatchDeploymentData.
* Gets the resource collection API of BatchDeployments. It manages BatchDeployment.
*
* @return Resource collection API of BatchDeployments.
*/
Expand All @@ -497,7 +502,7 @@ public BatchDeployments batchDeployments() {
}

/**
* Gets the resource collection API of CodeContainers. It manages CodeContainerData.
* Gets the resource collection API of CodeContainers. It manages CodeContainer.
*
* @return Resource collection API of CodeContainers.
*/
Expand All @@ -509,7 +514,7 @@ public CodeContainers codeContainers() {
}

/**
* Gets the resource collection API of CodeVersions. It manages CodeVersionData.
* Gets the resource collection API of CodeVersions. It manages CodeVersion.
*
* @return Resource collection API of CodeVersions.
*/
Expand All @@ -521,7 +526,7 @@ public CodeVersions codeVersions() {
}

/**
* Gets the resource collection API of ComponentContainers. It manages ComponentContainerData.
* Gets the resource collection API of ComponentContainers. It manages ComponentContainer.
*
* @return Resource collection API of ComponentContainers.
*/
Expand All @@ -533,7 +538,7 @@ public ComponentContainers componentContainers() {
}

/**
* Gets the resource collection API of ComponentVersions. It manages ComponentVersionData.
* Gets the resource collection API of ComponentVersions. It manages ComponentVersion.
*
* @return Resource collection API of ComponentVersions.
*/
Expand All @@ -545,7 +550,7 @@ public ComponentVersions componentVersions() {
}

/**
* Gets the resource collection API of DataContainers. It manages DataContainerData.
* Gets the resource collection API of DataContainers. It manages DataContainer.
*
* @return Resource collection API of DataContainers.
*/
Expand All @@ -557,7 +562,7 @@ public DataContainers dataContainers() {
}

/**
* Gets the resource collection API of DataVersions. It manages DataVersionBaseData.
* Gets the resource collection API of DataVersions. It manages DataVersionBase.
*
* @return Resource collection API of DataVersions.
*/
Expand All @@ -569,7 +574,7 @@ public DataVersions dataVersions() {
}

/**
* Gets the resource collection API of Datastores. It manages DatastoreData.
* Gets the resource collection API of Datastores. It manages Datastore.
*
* @return Resource collection API of Datastores.
*/
Expand All @@ -581,7 +586,7 @@ public Datastores datastores() {
}

/**
* Gets the resource collection API of EnvironmentContainers. It manages EnvironmentContainerData.
* Gets the resource collection API of EnvironmentContainers. It manages EnvironmentContainer.
*
* @return Resource collection API of EnvironmentContainers.
*/
Expand All @@ -593,7 +598,7 @@ public EnvironmentContainers environmentContainers() {
}

/**
* Gets the resource collection API of EnvironmentVersions. It manages EnvironmentVersionData.
* Gets the resource collection API of EnvironmentVersions. It manages EnvironmentVersion.
*
* @return Resource collection API of EnvironmentVersions.
*/
Expand All @@ -605,7 +610,7 @@ public EnvironmentVersions environmentVersions() {
}

/**
* Gets the resource collection API of Jobs. It manages JobBaseData.
* Gets the resource collection API of Jobs. It manages JobBase.
*
* @return Resource collection API of Jobs.
*/
Expand All @@ -617,7 +622,7 @@ public Jobs jobs() {
}

/**
* Gets the resource collection API of ModelContainers. It manages ModelContainerData.
* Gets the resource collection API of ModelContainers. It manages ModelContainer.
*
* @return Resource collection API of ModelContainers.
*/
Expand All @@ -629,7 +634,7 @@ public ModelContainers modelContainers() {
}

/**
* Gets the resource collection API of ModelVersions. It manages ModelVersionData.
* Gets the resource collection API of ModelVersions. It manages ModelVersion.
*
* @return Resource collection API of ModelVersions.
*/
Expand All @@ -641,7 +646,7 @@ public ModelVersions modelVersions() {
}

/**
* Gets the resource collection API of OnlineEndpoints. It manages OnlineEndpointData.
* Gets the resource collection API of OnlineEndpoints. It manages OnlineEndpoint.
*
* @return Resource collection API of OnlineEndpoints.
*/
Expand All @@ -653,7 +658,7 @@ public OnlineEndpoints onlineEndpoints() {
}

/**
* Gets the resource collection API of OnlineDeployments. It manages OnlineDeploymentData.
* Gets the resource collection API of OnlineDeployments. It manages OnlineDeployment.
*
* @return Resource collection API of OnlineDeployments.
*/
Expand All @@ -664,6 +669,18 @@ public OnlineDeployments onlineDeployments() {
return onlineDeployments;
}

/**
* Gets the resource collection API of Schedules. It manages Schedule.
*
* @return Resource collection API of Schedules.
*/
public Schedules schedules() {
if (this.schedules == null) {
this.schedules = new SchedulesImpl(clientObject.getSchedules(), this);
}
return schedules;
}

/**
* Gets the resource collection API of WorkspaceFeatures.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ public interface AzureMachineLearningWorkspaces {
*/
OnlineDeploymentsClient getOnlineDeployments();

/**
* Gets the SchedulesClient object to access its operations.
*
* @return the SchedulesClient object.
*/
SchedulesClient getSchedules();

/**
* Gets the WorkspaceFeaturesClient object to access its operations.
*
Expand Down
Loading

0 comments on commit 79cfc8f

Please sign in to comment.