Skip to content
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
  •  
  •  
  •  
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-05-30)

- 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-05-01. 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-05-01. 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
603 changes: 195 additions & 408 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-05-01.</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 @@ -306,7 +306,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 +461,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 +474,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 +486,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 +498,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 +510,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 +522,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 +534,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 +546,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 +558,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 +570,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 +582,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 +594,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 +606,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 +618,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 +630,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 +642,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 +654,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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import com.azure.core.management.polling.PollResult;
import com.azure.core.util.Context;
import com.azure.core.util.polling.SyncPoller;
import com.azure.resourcemanager.machinelearning.fluent.models.BatchDeploymentDataInner;
import com.azure.resourcemanager.machinelearning.models.PartialBatchDeploymentPartialTrackedResource;
import com.azure.resourcemanager.machinelearning.fluent.models.BatchDeploymentInner;
import com.azure.resourcemanager.machinelearning.models.PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties;

/** An instance of this class provides access to all the operations defined in BatchDeploymentsClient. */
public interface BatchDeploymentsClient {
Expand All @@ -28,7 +28,7 @@ public interface BatchDeploymentsClient {
* @return a paginated list of BatchDeployment entities as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<BatchDeploymentDataInner> list(String resourceGroupName, String workspaceName, String endpointName);
PagedIterable<BatchDeploymentInner> list(String resourceGroupName, String workspaceName, String endpointName);

/**
* Lists Batch inference deployments in the workspace.
Expand All @@ -46,7 +46,7 @@ public interface BatchDeploymentsClient {
* @return a paginated list of BatchDeployment entities as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<BatchDeploymentDataInner> list(
PagedIterable<BatchDeploymentInner> list(
String resourceGroupName,
String workspaceName,
String endpointName,
Expand Down Expand Up @@ -131,7 +131,7 @@ void delete(
* @return a batch inference deployment by id.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
BatchDeploymentDataInner get(
BatchDeploymentInner get(
String resourceGroupName, String workspaceName, String endpointName, String deploymentName);

/**
Expand All @@ -148,7 +148,7 @@ BatchDeploymentDataInner get(
* @return a batch inference deployment by id along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<BatchDeploymentDataInner> getWithResponse(
Response<BatchDeploymentInner> getWithResponse(
String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Context context);

/**
Expand All @@ -165,12 +165,12 @@ Response<BatchDeploymentDataInner> getWithResponse(
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> beginUpdate(
SyncPoller<PollResult<BatchDeploymentInner>, BatchDeploymentInner> beginUpdate(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
PartialBatchDeploymentPartialTrackedResource body);
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body);

/**
* Update a batch inference deployment (asynchronous).
Expand All @@ -187,12 +187,12 @@ SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> begin
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> beginUpdate(
SyncPoller<PollResult<BatchDeploymentInner>, BatchDeploymentInner> beginUpdate(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
PartialBatchDeploymentPartialTrackedResource body,
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body,
Context context);

/**
Expand All @@ -209,12 +209,12 @@ SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> begin
* @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
BatchDeploymentDataInner update(
BatchDeploymentInner update(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
PartialBatchDeploymentPartialTrackedResource body);
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body);

/**
* Update a batch inference deployment (asynchronous).
Expand All @@ -231,12 +231,12 @@ BatchDeploymentDataInner update(
* @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
BatchDeploymentDataInner update(
BatchDeploymentInner update(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
PartialBatchDeploymentPartialTrackedResource body,
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body,
Context context);

/**
Expand All @@ -253,12 +253,12 @@ BatchDeploymentDataInner update(
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> beginCreateOrUpdate(
SyncPoller<PollResult<BatchDeploymentInner>, BatchDeploymentInner> beginCreateOrUpdate(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
BatchDeploymentDataInner body);
BatchDeploymentInner body);

/**
* Creates/updates a batch inference deployment (asynchronous).
Expand All @@ -275,12 +275,12 @@ SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> begin
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> beginCreateOrUpdate(
SyncPoller<PollResult<BatchDeploymentInner>, BatchDeploymentInner> beginCreateOrUpdate(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
BatchDeploymentDataInner body,
BatchDeploymentInner body,
Context context);

/**
Expand All @@ -297,12 +297,12 @@ SyncPoller<PollResult<BatchDeploymentDataInner>, BatchDeploymentDataInner> begin
* @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
BatchDeploymentDataInner createOrUpdate(
BatchDeploymentInner createOrUpdate(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
BatchDeploymentDataInner body);
BatchDeploymentInner body);

/**
* Creates/updates a batch inference deployment (asynchronous).
Expand All @@ -319,11 +319,11 @@ BatchDeploymentDataInner createOrUpdate(
* @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
BatchDeploymentDataInner createOrUpdate(
BatchDeploymentInner createOrUpdate(
String resourceGroupName,
String workspaceName,
String endpointName,
String deploymentName,
BatchDeploymentDataInner body,
BatchDeploymentInner body,
Context context);
}
Loading