diff --git a/batchai/resource-manager/v2017_09_01_preview/pom.xml b/batchai/resource-manager/v2017_09_01_preview/pom.xml
index 6823c5945142..8b96a80ef90b 100644
--- a/batchai/resource-manager/v2017_09_01_preview/pom.xml
+++ b/batchai/resource-manager/v2017_09_01_preview/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.azure-mgmt-batchai-2017-09-01-preview
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-batchai
- 1.0.0-beta-SNAPSHOT
- jar
- Microsoft Azure SDK for BatchAI Management
- This package contains Microsoft BatchAI Management SDK.
- https://github.com/Azure/azure-libraries-for-java
-
-
- The MIT License (MIT)
- http://opensource.org/licenses/MIT
- repo
-
-
-
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
- HEAD
-
-
- UTF-8
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
- com.microsoft.azure
- azure-client-runtime
-
-
- com.microsoft.azure
- azure-arm-client-runtime
-
-
- junit
- junit
- test
-
-
- com.microsoft.azure
- azure-client-authentication
- test
-
-
- com.microsoft.azure
- azure-mgmt-resources
- test
-
-
- com.microsoft.azure
- azure-arm-client-runtime
- test-jar
- test
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.7
- 1.7
-
-
- com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
-
-
- true
- true
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
-
-
- /**
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
- */
- ]]>
-
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.azure.batchai.v2017_09_01_preview
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-batchai
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for BatchAI Management
+ This package contains Microsoft BatchAI Management SDK.
+ https://github.com/Azure/azure-libraries-for-java
+
+
+ The MIT License (MIT)
+ http://opensource.org/licenses/MIT
+ repo
+
+
+
+ scm:git:https://github.com/Azure/azure-libraries-for-java
+ scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ HEAD
+
+
+ UTF-8
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+ com.microsoft.azure
+ azure-client-runtime
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+
+
+ junit
+ junit
+ test
+
+
+ com.microsoft.azure
+ azure-client-authentication
+ test
+
+
+ com.microsoft.azure
+ azure-mgmt-resources
+ test
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+ test-jar
+ test
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.7
+ 1.7
+
+
+ com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
+
+
+ true
+ true
+
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
+
+
+ /**
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for
+ * license information.
+ */
+ ]]>
+
+
+
+
+
+
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureBlobFileSystemReference.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureBlobFileSystemReference.java
index c029dacfce08..f2301aed88da 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureBlobFileSystemReference.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureBlobFileSystemReference.java
@@ -110,7 +110,7 @@ public AzureBlobFileSystemReference withCredentials(AzureStorageCredentialsInfo
}
/**
- * Get the relativeMountPath value.
+ * Get note that all blob file systems will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @return the relativeMountPath value
*/
@@ -119,7 +119,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all blob file systems will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the AzureBlobFileSystemReference object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureFileShareReference.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureFileShareReference.java
index 1de549aefb53..58a29b21c8b7 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureFileShareReference.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureFileShareReference.java
@@ -116,7 +116,7 @@ public AzureFileShareReference withCredentials(AzureStorageCredentialsInfo crede
}
/**
- * Get the relativeMountPath value.
+ * Get note that all file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @return the relativeMountPath value
*/
@@ -125,7 +125,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the AzureFileShareReference object itself.
@@ -136,7 +136,7 @@ public AzureFileShareReference withRelativeMountPath(String relativeMountPath) {
}
/**
- * Get the fileMode value.
+ * Get default value is 0777. Valid only if OS is linux.
*
* @return the fileMode value
*/
@@ -145,7 +145,7 @@ public String fileMode() {
}
/**
- * Set the fileMode value.
+ * Set default value is 0777. Valid only if OS is linux.
*
* @param fileMode the fileMode value to set
* @return the AzureFileShareReference object itself.
@@ -156,7 +156,7 @@ public AzureFileShareReference withFileMode(String fileMode) {
}
/**
- * Get the directoryMode value.
+ * Get default value is 0777. Valid only if OS is linux.
*
* @return the directoryMode value
*/
@@ -165,7 +165,7 @@ public String directoryMode() {
}
/**
- * Set the directoryMode value.
+ * Set default value is 0777. Valid only if OS is linux.
*
* @param directoryMode the directoryMode value to set
* @return the AzureFileShareReference object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureStorageCredentialsInfo.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureStorageCredentialsInfo.java
index 77fde3c07b4d..f716a132d632 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureStorageCredentialsInfo.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/AzureStorageCredentialsInfo.java
@@ -32,7 +32,7 @@ public class AzureStorageCredentialsInfo {
private KeyVaultSecretReference accountKeySecretReference;
/**
- * Get the accountKey value.
+ * Get one of accountKey or accountKeySecretReference must be specified.
*
* @return the accountKey value
*/
@@ -41,7 +41,7 @@ public String accountKey() {
}
/**
- * Set the accountKey value.
+ * Set one of accountKey or accountKeySecretReference must be specified.
*
* @param accountKey the accountKey value to set
* @return the AzureStorageCredentialsInfo object itself.
@@ -52,7 +52,7 @@ public AzureStorageCredentialsInfo withAccountKey(String accountKey) {
}
/**
- * Get the accountKeySecretReference value.
+ * Get users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of accountKey or accountKeySecretReference must be specified.
*
* @return the accountKeySecretReference value
*/
@@ -61,7 +61,7 @@ public KeyVaultSecretReference accountKeySecretReference() {
}
/**
- * Set the accountKeySecretReference value.
+ * Set users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of accountKey or accountKeySecretReference must be specified.
*
* @param accountKeySecretReference the accountKeySecretReference value to set
* @return the AzureStorageCredentialsInfo object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/BatchAIError.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/BatchAIError.java
index 983c8bdca73a..6dcd916a0547 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/BatchAIError.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/BatchAIError.java
@@ -36,7 +36,7 @@ public class BatchAIError {
private List details;
/**
- * Get the code value.
+ * Get an identifier for the error. Codes are invariant and are intended to be consumed programmatically.
*
* @return the code value
*/
@@ -45,7 +45,7 @@ public String code() {
}
/**
- * Set the code value.
+ * Set an identifier for the error. Codes are invariant and are intended to be consumed programmatically.
*
* @param code the code value to set
* @return the BatchAIError object itself.
@@ -56,7 +56,7 @@ public BatchAIError withCode(String code) {
}
/**
- * Get the message value.
+ * Get a message describing the error, intended to be suitable for display in a user interface.
*
* @return the message value
*/
@@ -65,7 +65,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set a message describing the error, intended to be suitable for display in a user interface.
*
* @param message the message value to set
* @return the BatchAIError object itself.
@@ -76,7 +76,7 @@ public BatchAIError withMessage(String message) {
}
/**
- * Get the details value.
+ * Get a list of additional details about the error.
*
* @return the details value
*/
@@ -85,7 +85,7 @@ public List details() {
}
/**
- * Set the details value.
+ * Set a list of additional details about the error.
*
* @param details the details value to set
* @return the BatchAIError object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CNTKsettings.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CNTKsettings.java
index 0c0317bd3cc6..1d41b4e8e5f2 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CNTKsettings.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CNTKsettings.java
@@ -59,7 +59,7 @@ public class CNTKsettings {
private Integer processCount;
/**
- * Get the languageType value.
+ * Get valid values are 'BrainScript' or 'Python'.
*
* @return the languageType value
*/
@@ -68,7 +68,7 @@ public String languageType() {
}
/**
- * Set the languageType value.
+ * Set valid values are 'BrainScript' or 'Python'.
*
* @param languageType the languageType value to set
* @return the CNTKsettings object itself.
@@ -79,7 +79,7 @@ public CNTKsettings withLanguageType(String languageType) {
}
/**
- * Get the configFilePath value.
+ * Get this property can be specified only if the languageType is 'BrainScript'.
*
* @return the configFilePath value
*/
@@ -88,7 +88,7 @@ public String configFilePath() {
}
/**
- * Set the configFilePath value.
+ * Set this property can be specified only if the languageType is 'BrainScript'.
*
* @param configFilePath the configFilePath value to set
* @return the CNTKsettings object itself.
@@ -99,7 +99,7 @@ public CNTKsettings withConfigFilePath(String configFilePath) {
}
/**
- * Get the pythonScriptFilePath value.
+ * Get this property can be specified only if the languageType is 'Python'.
*
* @return the pythonScriptFilePath value
*/
@@ -108,7 +108,7 @@ public String pythonScriptFilePath() {
}
/**
- * Set the pythonScriptFilePath value.
+ * Set this property can be specified only if the languageType is 'Python'.
*
* @param pythonScriptFilePath the pythonScriptFilePath value to set
* @return the CNTKsettings object itself.
@@ -119,7 +119,7 @@ public CNTKsettings withPythonScriptFilePath(String pythonScriptFilePath) {
}
/**
- * Get the pythonInterpreterPath value.
+ * Get this property can be specified only if the languageType is 'Python'.
*
* @return the pythonInterpreterPath value
*/
@@ -128,7 +128,7 @@ public String pythonInterpreterPath() {
}
/**
- * Set the pythonInterpreterPath value.
+ * Set this property can be specified only if the languageType is 'Python'.
*
* @param pythonInterpreterPath the pythonInterpreterPath value to set
* @return the CNTKsettings object itself.
@@ -159,7 +159,7 @@ public CNTKsettings withCommandLineArgs(String commandLineArgs) {
}
/**
- * Get the processCount value.
+ * Get the default value for this property is equal to nodeCount property.
*
* @return the processCount value
*/
@@ -168,7 +168,7 @@ public Integer processCount() {
}
/**
- * Set the processCount value.
+ * Set the default value for this property is equal to nodeCount property.
*
* @param processCount the processCount value to set
* @return the CNTKsettings object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CaffeSettings.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CaffeSettings.java
index 73806bb906d7..64ff406b0141 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CaffeSettings.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/CaffeSettings.java
@@ -50,7 +50,7 @@ public class CaffeSettings {
private Integer processCount;
/**
- * Get the configFilePath value.
+ * Get this property cannot be specified if pythonScriptFilePath is specified.
*
* @return the configFilePath value
*/
@@ -59,7 +59,7 @@ public String configFilePath() {
}
/**
- * Set the configFilePath value.
+ * Set this property cannot be specified if pythonScriptFilePath is specified.
*
* @param configFilePath the configFilePath value to set
* @return the CaffeSettings object itself.
@@ -70,7 +70,7 @@ public CaffeSettings withConfigFilePath(String configFilePath) {
}
/**
- * Get the pythonScriptFilePath value.
+ * Get this property cannot be specified if configFilePath is specified.
*
* @return the pythonScriptFilePath value
*/
@@ -79,7 +79,7 @@ public String pythonScriptFilePath() {
}
/**
- * Set the pythonScriptFilePath value.
+ * Set this property cannot be specified if configFilePath is specified.
*
* @param pythonScriptFilePath the pythonScriptFilePath value to set
* @return the CaffeSettings object itself.
@@ -90,7 +90,7 @@ public CaffeSettings withPythonScriptFilePath(String pythonScriptFilePath) {
}
/**
- * Get the pythonInterpreterPath value.
+ * Get this property can be specified only if the pythonScriptFilePath is specified.
*
* @return the pythonInterpreterPath value
*/
@@ -99,7 +99,7 @@ public String pythonInterpreterPath() {
}
/**
- * Set the pythonInterpreterPath value.
+ * Set this property can be specified only if the pythonScriptFilePath is specified.
*
* @param pythonInterpreterPath the pythonInterpreterPath value to set
* @return the CaffeSettings object itself.
@@ -130,7 +130,7 @@ public CaffeSettings withCommandLineArgs(String commandLineArgs) {
}
/**
- * Get the processCount value.
+ * Get the default value for this property is equal to nodeCount property.
*
* @return the processCount value
*/
@@ -139,7 +139,7 @@ public Integer processCount() {
}
/**
- * Set the processCount value.
+ * Set the default value for this property is equal to nodeCount property.
*
* @param processCount the processCount value to set
* @return the CaffeSettings object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ChainerSettings.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ChainerSettings.java
index 74e02e8acc31..ac83120b1539 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ChainerSettings.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ChainerSettings.java
@@ -100,7 +100,7 @@ public ChainerSettings withCommandLineArgs(String commandLineArgs) {
}
/**
- * Get the processCount value.
+ * Get the default value for this property is equal to nodeCount property.
*
* @return the processCount value
*/
@@ -109,7 +109,7 @@ public Integer processCount() {
}
/**
- * Set the processCount value.
+ * Set the default value for this property is equal to nodeCount property.
*
* @param processCount the processCount value to set
* @return the ChainerSettings object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Cluster.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Cluster.java
index 4fd22a53d188..33aae0a059b6 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Cluster.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Cluster.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.batchai.v2017_09_01_preview.implementation.BatchAIManager;
import org.joda.time.DateTime;
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterCreateParameters.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterCreateParameters.java
index 6133cb1c8a61..84b7a8c6d9b9 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterCreateParameters.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterCreateParameters.java
@@ -81,7 +81,7 @@ public class ClusterCreateParameters {
private ResourceId subnet;
/**
- * Get the location value.
+ * Get the region in which to create the cluster.
*
* @return the location value
*/
@@ -90,7 +90,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set the region in which to create the cluster.
*
* @param location the location value to set
* @return the ClusterCreateParameters object itself.
@@ -101,7 +101,7 @@ public ClusterCreateParameters withLocation(String location) {
}
/**
- * Get the tags value.
+ * Get the user specified tags associated with the Cluster.
*
* @return the tags value
*/
@@ -110,7 +110,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the Cluster.
*
* @param tags the tags value to set
* @return the ClusterCreateParameters object itself.
@@ -121,7 +121,7 @@ public ClusterCreateParameters withTags(Map tags) {
}
/**
- * Get the vmSize value.
+ * Get all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @return the vmSize value
*/
@@ -130,7 +130,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @param vmSize the vmSize value to set
* @return the ClusterCreateParameters object itself.
@@ -141,7 +141,7 @@ public ClusterCreateParameters withVmSize(String vmSize) {
}
/**
- * Get the vmPriority value.
+ * Get default is dedicated. Possible values include: 'dedicated', 'lowpriority'.
*
* @return the vmPriority value
*/
@@ -150,7 +150,7 @@ public VmPriority vmPriority() {
}
/**
- * Set the vmPriority value.
+ * Set default is dedicated. Possible values include: 'dedicated', 'lowpriority'.
*
* @param vmPriority the vmPriority value to set
* @return the ClusterCreateParameters object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterUpdateParameters.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterUpdateParameters.java
index d805cf87d11d..32a927982d77 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterUpdateParameters.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClusterUpdateParameters.java
@@ -30,7 +30,7 @@ public class ClusterUpdateParameters {
private ScaleSettings scaleSettings;
/**
- * Get the tags value.
+ * Get the user specified tags associated with the Cluster.
*
* @return the tags value
*/
@@ -39,7 +39,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the Cluster.
*
* @param tags the tags value to set
* @return the ClusterUpdateParameters object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java
index 3899a1adcd0c..39798cabe75f 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListByResourceGroupOptions.java
@@ -36,7 +36,7 @@ public class ClustersListByResourceGroupOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the ClustersListByResourceGroupOptions object itself.
@@ -56,7 +56,7 @@ public ClustersListByResourceGroupOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the ClustersListByResourceGroupOptions object itself.
@@ -76,7 +76,7 @@ public ClustersListByResourceGroupOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the ClustersListByResourceGroupOptions object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java
index faaf53f88e9c..7bb03f2c8413 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ClustersListOptions.java
@@ -36,7 +36,7 @@ public class ClustersListOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the ClustersListOptions object itself.
@@ -56,7 +56,7 @@ public ClustersListOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the ClustersListOptions object itself.
@@ -76,7 +76,7 @@ public ClustersListOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the ClustersListOptions object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/DataDisks.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/DataDisks.java
index 5e88ed4ed2fa..891c849e461e 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/DataDisks.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/DataDisks.java
@@ -65,7 +65,7 @@ public DataDisks withDiskSizeInGB(int diskSizeInGB) {
}
/**
- * Get the cachingType value.
+ * Get possible values include: 'none', 'readonly', 'readwrite'.
*
* @return the cachingType value
*/
@@ -94,7 +94,7 @@ public DataDisks withDiskCount(int diskCount) {
}
/**
- * Get the storageAccountType value.
+ * Get possible values include: 'Standard_LRS', 'Premium_LRS'.
*
* @return the storageAccountType value
*/
@@ -103,7 +103,7 @@ public StorageAccountType storageAccountType() {
}
/**
- * Set the storageAccountType value.
+ * Set possible values include: 'Standard_LRS', 'Premium_LRS'.
*
* @param storageAccountType the storageAccountType value to set
* @return the DataDisks object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServer.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServer.java
index 1143bbc73451..e097d07452eb 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServer.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServer.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.batchai.v2017_09_01_preview.implementation.BatchAIManager;
import org.joda.time.DateTime;
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerCreateParameters.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerCreateParameters.java
index 40e945bff0cd..6d875719a67b 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerCreateParameters.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerCreateParameters.java
@@ -56,7 +56,7 @@ public class FileServerCreateParameters {
private ResourceId subnet;
/**
- * Get the location value.
+ * Get the region in which to create the File Server.
*
* @return the location value
*/
@@ -65,7 +65,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set the region in which to create the File Server.
*
* @param location the location value to set
* @return the FileServerCreateParameters object itself.
@@ -76,7 +76,7 @@ public FileServerCreateParameters withLocation(String location) {
}
/**
- * Get the tags value.
+ * Get the user specified tags associated with the File Server.
*
* @return the tags value
*/
@@ -85,7 +85,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the File Server.
*
* @param tags the tags value to set
* @return the FileServerCreateParameters object itself.
@@ -96,7 +96,7 @@ public FileServerCreateParameters withTags(Map tags) {
}
/**
- * Get the vmSize value.
+ * Get for information about available VM sizes for fileservers from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @return the vmSize value
*/
@@ -105,7 +105,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set for information about available VM sizes for fileservers from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @param vmSize the vmSize value to set
* @return the FileServerCreateParameters object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerReference.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerReference.java
index 9cb66874fc2d..167751a636c4 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerReference.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServerReference.java
@@ -65,7 +65,7 @@ public FileServerReference withFileServer(ResourceId fileServer) {
}
/**
- * Get the sourceDirectory value.
+ * Get if this property is not specified, the entire File Server will be mounted.
*
* @return the sourceDirectory value
*/
@@ -74,7 +74,7 @@ public String sourceDirectory() {
}
/**
- * Set the sourceDirectory value.
+ * Set if this property is not specified, the entire File Server will be mounted.
*
* @param sourceDirectory the sourceDirectory value to set
* @return the FileServerReference object itself.
@@ -85,7 +85,7 @@ public FileServerReference withSourceDirectory(String sourceDirectory) {
}
/**
- * Get the relativeMountPath value.
+ * Get note that all file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @return the relativeMountPath value
*/
@@ -94,7 +94,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the FileServerReference object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java
index b79fc085a32f..231f57e921ab 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListByResourceGroupOptions.java
@@ -36,7 +36,7 @@ public class FileServersListByResourceGroupOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the FileServersListByResourceGroupOptions object itself.
@@ -56,7 +56,7 @@ public FileServersListByResourceGroupOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the FileServersListByResourceGroupOptions object itself.
@@ -76,7 +76,7 @@ public FileServersListByResourceGroupOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the FileServersListByResourceGroupOptions object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java
index d3186e38a1fa..9324ac9cdc9f 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/FileServersListOptions.java
@@ -36,7 +36,7 @@ public class FileServersListOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the FileServersListOptions object itself.
@@ -56,7 +56,7 @@ public FileServersListOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the FileServersListOptions object itself.
@@ -76,7 +76,7 @@ public FileServersListOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the FileServersListOptions object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/InputDirectory.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/InputDirectory.java
index 05b2dd4726a6..885baae4da82 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/InputDirectory.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/InputDirectory.java
@@ -32,7 +32,7 @@ public class InputDirectory {
private String path;
/**
- * Get the id value.
+ * Get it will be available for the job as an environment variable under AZ_BATCHAI_INPUT_id. The service will also provide the following environment variable: AZ_BATCHAI_PREV_OUTPUT_Name. The value of the variable will be populated if the job is being retried after a previous failure, otherwise it will be set to nothing.
*
* @return the id value
*/
@@ -41,7 +41,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set it will be available for the job as an environment variable under AZ_BATCHAI_INPUT_id. The service will also provide the following environment variable: AZ_BATCHAI_PREV_OUTPUT_Name. The value of the variable will be populated if the job is being retried after a previous failure, otherwise it will be set to nothing.
*
* @param id the id value to set
* @return the InputDirectory object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Job.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Job.java
index b9ab3a0827c6..d6de354407bb 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Job.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/Job.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.batchai.v2017_09_01_preview.implementation.BatchAIManager;
import java.util.List;
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobBasePropertiesConstraints.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobBasePropertiesConstraints.java
index 7d3d17108e5d..c7ec92545bf4 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobBasePropertiesConstraints.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobBasePropertiesConstraints.java
@@ -23,7 +23,7 @@ public class JobBasePropertiesConstraints {
private Period maxWallClockTime;
/**
- * Get the maxWallClockTime value.
+ * Get default Value = 1 week.
*
* @return the maxWallClockTime value
*/
@@ -32,7 +32,7 @@ public Period maxWallClockTime() {
}
/**
- * Set the maxWallClockTime value.
+ * Set default Value = 1 week.
*
* @param maxWallClockTime the maxWallClockTime value to set
* @return the JobBasePropertiesConstraints object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobCreateParameters.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobCreateParameters.java
index 95caa77143b3..6da5198dd4d0 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobCreateParameters.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobCreateParameters.java
@@ -149,7 +149,7 @@ public class JobCreateParameters {
private JobBasePropertiesConstraints constraints;
/**
- * Get the location value.
+ * Get the region in which to create the job.
*
* @return the location value
*/
@@ -158,7 +158,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set the region in which to create the job.
*
* @param location the location value to set
* @return the JobCreateParameters object itself.
@@ -169,7 +169,7 @@ public JobCreateParameters withLocation(String location) {
}
/**
- * Get the tags value.
+ * Get the user specified tags associated with the job.
*
* @return the tags value
*/
@@ -178,7 +178,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the job.
*
* @param tags the tags value to set
* @return the JobCreateParameters object itself.
@@ -189,7 +189,7 @@ public JobCreateParameters withTags(Map tags) {
}
/**
- * Get the experimentName value.
+ * Get describe the experiment information of the job.
*
* @return the experimentName value
*/
@@ -198,7 +198,7 @@ public String experimentName() {
}
/**
- * Set the experimentName value.
+ * Set describe the experiment information of the job.
*
* @param experimentName the experimentName value to set
* @return the JobCreateParameters object itself.
@@ -209,7 +209,7 @@ public JobCreateParameters withExperimentName(String experimentName) {
}
/**
- * Get the priority value.
+ * Get priority associated with the job. Priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. The default value is 0.
*
* @return the priority value
*/
@@ -218,7 +218,7 @@ public Integer priority() {
}
/**
- * Set the priority value.
+ * Set priority associated with the job. Priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. The default value is 0.
*
* @param priority the priority value to set
* @return the JobCreateParameters object itself.
@@ -249,7 +249,7 @@ public JobCreateParameters withCluster(ResourceId cluster) {
}
/**
- * Get the nodeCount value.
+ * Get the job will be gang scheduled on that many compute nodes.
*
* @return the nodeCount value
*/
@@ -258,7 +258,7 @@ public int nodeCount() {
}
/**
- * Set the nodeCount value.
+ * Set the job will be gang scheduled on that many compute nodes.
*
* @param nodeCount the nodeCount value to set
* @return the JobCreateParameters object itself.
@@ -269,7 +269,7 @@ public JobCreateParameters withNodeCount(int nodeCount) {
}
/**
- * Get the containerSettings value.
+ * Get if the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
*
* @return the containerSettings value
*/
@@ -278,7 +278,7 @@ public ContainerSettings containerSettings() {
}
/**
- * Set the containerSettings value.
+ * Set if the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
*
* @param containerSettings the containerSettings value to set
* @return the JobCreateParameters object itself.
@@ -409,7 +409,7 @@ public JobCreateParameters withCustomToolkitSettings(CustomToolkitSettings custo
}
/**
- * Get the jobPreparation value.
+ * Get the specified actions will run on all the nodes that are part of the job.
*
* @return the jobPreparation value
*/
@@ -418,7 +418,7 @@ public JobPreparation jobPreparation() {
}
/**
- * Set the jobPreparation value.
+ * Set the specified actions will run on all the nodes that are part of the job.
*
* @param jobPreparation the jobPreparation value to set
* @return the JobCreateParameters object itself.
@@ -429,7 +429,7 @@ public JobCreateParameters withJobPreparation(JobPreparation jobPreparation) {
}
/**
- * Get the stdOutErrPathPrefix value.
+ * Get the path where the Batch AI service will upload stdout and stderror of the job.
*
* @return the stdOutErrPathPrefix value
*/
@@ -438,7 +438,7 @@ public String stdOutErrPathPrefix() {
}
/**
- * Set the stdOutErrPathPrefix value.
+ * Set the path where the Batch AI service will upload stdout and stderror of the job.
*
* @param stdOutErrPathPrefix the stdOutErrPathPrefix value to set
* @return the JobCreateParameters object itself.
@@ -489,7 +489,7 @@ public JobCreateParameters withOutputDirectories(List outputDir
}
/**
- * Get the environmentVariables value.
+ * Get batch AI service sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE. For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
*
* @return the environmentVariables value
*/
@@ -498,7 +498,7 @@ public List environmentVariables() {
}
/**
- * Set the environmentVariables value.
+ * Set batch AI service sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE. For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
*
* @param environmentVariables the environmentVariables value to set
* @return the JobCreateParameters object itself.
@@ -509,7 +509,7 @@ public JobCreateParameters withEnvironmentVariables(List env
}
/**
- * Get the constraints value.
+ * Get constraints associated with the Job.
*
* @return the constraints value
*/
@@ -518,7 +518,7 @@ public JobBasePropertiesConstraints constraints() {
}
/**
- * Set the constraints value.
+ * Set constraints associated with the Job.
*
* @param constraints the constraints value to set
* @return the JobCreateParameters object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPreparation.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPreparation.java
index 636430ac749d..48dcbb79dd07 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPreparation.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPreparation.java
@@ -24,7 +24,7 @@ public class JobPreparation {
private String commandLine;
/**
- * Get the commandLine value.
+ * Get if containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.
*
* @return the commandLine value
*/
@@ -33,7 +33,7 @@ public String commandLine() {
}
/**
- * Set the commandLine value.
+ * Set if containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.
*
* @param commandLine the commandLine value to set
* @return the JobPreparation object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesConstraints.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesConstraints.java
index 183657f965e6..866e1fd36ffa 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesConstraints.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesConstraints.java
@@ -23,7 +23,7 @@ public class JobPropertiesConstraints {
private Period maxWallClockTime;
/**
- * Get the maxWallClockTime value.
+ * Get default Value = 1 week.
*
* @return the maxWallClockTime value
*/
@@ -32,7 +32,7 @@ public Period maxWallClockTime() {
}
/**
- * Set the maxWallClockTime value.
+ * Set default Value = 1 week.
*
* @param maxWallClockTime the maxWallClockTime value to set
* @return the JobPropertiesConstraints object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesExecutionInfo.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesExecutionInfo.java
index 2a7cecf5a348..af9a0381ed6a 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesExecutionInfo.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobPropertiesExecutionInfo.java
@@ -49,7 +49,7 @@ public class JobPropertiesExecutionInfo {
private List errors;
/**
- * Get the startTime value.
+ * Get 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.
*
* @return the startTime value
*/
@@ -58,7 +58,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.
*
* @param startTime the startTime value to set
* @return the JobPropertiesExecutionInfo object itself.
@@ -69,7 +69,7 @@ public JobPropertiesExecutionInfo withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get this property is only returned if the job is in completed state.
*
* @return the endTime value
*/
@@ -78,7 +78,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set this property is only returned if the job is in completed state.
*
* @param endTime the endTime value to set
* @return the JobPropertiesExecutionInfo object itself.
@@ -89,7 +89,7 @@ public JobPropertiesExecutionInfo withEndTime(DateTime endTime) {
}
/**
- * Get the exitCode value.
+ * Get this property is only returned if the job is in completed state.
*
* @return the exitCode value
*/
@@ -98,7 +98,7 @@ public Integer exitCode() {
}
/**
- * Set the exitCode value.
+ * Set this property is only returned if the job is in completed state.
*
* @param exitCode the exitCode value to set
* @return the JobPropertiesExecutionInfo object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java
index 5f65d2a5b0c5..59093b9d8db4 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListByResourceGroupOptions.java
@@ -36,7 +36,7 @@ public class JobsListByResourceGroupOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the JobsListByResourceGroupOptions object itself.
@@ -56,7 +56,7 @@ public JobsListByResourceGroupOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the JobsListByResourceGroupOptions object itself.
@@ -76,7 +76,7 @@ public JobsListByResourceGroupOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the JobsListByResourceGroupOptions object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java
index 588969ad373b..91cbfcbc4e2f 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOptions.java
@@ -36,7 +36,7 @@ public class JobsListOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the JobsListOptions object itself.
@@ -56,7 +56,7 @@ public JobsListOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the JobsListOptions object itself.
@@ -76,7 +76,7 @@ public JobsListOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the JobsListOptions object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOutputFilesOptions.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOutputFilesOptions.java
index 1dc5e5702ce0..cf60f0de3aa9 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOutputFilesOptions.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/JobsListOutputFilesOptions.java
@@ -35,7 +35,7 @@ public class JobsListOutputFilesOptions {
private Integer maxResults;
/**
- * Get the outputdirectoryid value.
+ * Get id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.
*
* @return the outputdirectoryid value
*/
@@ -44,7 +44,7 @@ public String outputdirectoryid() {
}
/**
- * Set the outputdirectoryid value.
+ * Set id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.
*
* @param outputdirectoryid the outputdirectoryid value to set
* @return the JobsListOutputFilesOptions object itself.
@@ -55,7 +55,7 @@ public JobsListOutputFilesOptions withOutputdirectoryid(String outputdirectoryid
}
/**
- * Get the linkexpiryinminutes value.
+ * Get the number of minutes after which the download link will expire.
*
* @return the linkexpiryinminutes value
*/
@@ -64,7 +64,7 @@ public Integer linkexpiryinminutes() {
}
/**
- * Set the linkexpiryinminutes value.
+ * Set the number of minutes after which the download link will expire.
*
* @param linkexpiryinminutes the linkexpiryinminutes value to set
* @return the JobsListOutputFilesOptions object itself.
@@ -75,7 +75,7 @@ public JobsListOutputFilesOptions withLinkexpiryinminutes(Integer linkexpiryinmi
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -84,7 +84,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the JobsListOutputFilesOptions object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ManualScaleSettings.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ManualScaleSettings.java
index 53da609268f1..638c7bf06a0c 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ManualScaleSettings.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ManualScaleSettings.java
@@ -32,7 +32,7 @@ public class ManualScaleSettings {
private DeallocationOption nodeDeallocationOption;
/**
- * Get the targetNodeCount value.
+ * Get default is 0. If autoScaleSettings are not specified, then the Cluster starts with this target.
*
* @return the targetNodeCount value
*/
@@ -41,7 +41,7 @@ public int targetNodeCount() {
}
/**
- * Set the targetNodeCount value.
+ * Set default is 0. If autoScaleSettings are not specified, then the Cluster starts with this target.
*
* @param targetNodeCount the targetNodeCount value to set
* @return the ManualScaleSettings object itself.
@@ -52,7 +52,7 @@ public ManualScaleSettings withTargetNodeCount(int targetNodeCount) {
}
/**
- * Get the nodeDeallocationOption value.
+ * Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'waitforjobcompletion', 'unknown'.
*
* @return the nodeDeallocationOption value
*/
@@ -61,7 +61,7 @@ public DeallocationOption nodeDeallocationOption() {
}
/**
- * Set the nodeDeallocationOption value.
+ * Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'waitforjobcompletion', 'unknown'.
*
* @param nodeDeallocationOption the nodeDeallocationOption value to set
* @return the ManualScaleSettings object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountSettings.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountSettings.java
index f6cc16af25ac..59ae02d5ef13 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountSettings.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountSettings.java
@@ -101,7 +101,7 @@ public MountSettings withFileServerInternalIP(String fileServerInternalIP) {
}
/**
- * Get the fileServerType value.
+ * Get possible values include: 'nfs', 'glusterfs'.
*
* @return the fileServerType value
*/
@@ -110,7 +110,7 @@ public FileServerType fileServerType() {
}
/**
- * Set the fileServerType value.
+ * Set possible values include: 'nfs', 'glusterfs'.
*
* @param fileServerType the fileServerType value to set
* @return the MountSettings object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountVolumes.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountVolumes.java
index aef9e5aaa012..7ad477d4af3f 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountVolumes.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/MountVolumes.java
@@ -46,7 +46,7 @@ public class MountVolumes {
private List unmanagedFileSystems;
/**
- * Get the azureFileShares value.
+ * Get references to Azure File Shares that are to be mounted to the cluster nodes.
*
* @return the azureFileShares value
*/
@@ -55,7 +55,7 @@ public List azureFileShares() {
}
/**
- * Set the azureFileShares value.
+ * Set references to Azure File Shares that are to be mounted to the cluster nodes.
*
* @param azureFileShares the azureFileShares value to set
* @return the MountVolumes object itself.
@@ -66,7 +66,7 @@ public MountVolumes withAzureFileShares(List azureFileS
}
/**
- * Get the azureBlobFileSystems value.
+ * Get references to Azure Blob FUSE that are to be mounted to the cluster nodes.
*
* @return the azureBlobFileSystems value
*/
@@ -75,7 +75,7 @@ public List azureBlobFileSystems() {
}
/**
- * Set the azureBlobFileSystems value.
+ * Set references to Azure Blob FUSE that are to be mounted to the cluster nodes.
*
* @param azureBlobFileSystems the azureBlobFileSystems value to set
* @return the MountVolumes object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OperationDisplay.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OperationDisplay.java
index 168d44e4f788..fce0080a1a4f 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OperationDisplay.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OperationDisplay.java
@@ -60,7 +60,7 @@ public OperationDisplay withProvider(String provider) {
}
/**
- * Get the operation value.
+ * Get for example: read, write, delete, or listKeys/action.
*
* @return the operation value
*/
@@ -69,7 +69,7 @@ public String operation() {
}
/**
- * Set the operation value.
+ * Set for example: read, write, delete, or listKeys/action.
*
* @param operation the operation value to set
* @return the OperationDisplay object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OutputDirectory.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OutputDirectory.java
index 8a0575d386dc..8e64f6d5cf54 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OutputDirectory.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/OutputDirectory.java
@@ -56,7 +56,7 @@ public class OutputDirectory {
private Boolean createNew;
/**
- * Get the id value.
+ * Get it will be available for the job as an environment variable under AZ_BATCHAI_OUTPUT_id.
*
* @return the id value
*/
@@ -65,7 +65,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set it will be available for the job as an environment variable under AZ_BATCHAI_OUTPUT_id.
*
* @param id the id value to set
* @return the OutputDirectory object itself.
@@ -76,7 +76,7 @@ public OutputDirectory withId(String id) {
}
/**
- * Get the pathPrefix value.
+ * Get nOTE: This is an absolute path to prefix. E.g. $AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs.
*
* @return the pathPrefix value
*/
@@ -85,7 +85,7 @@ public String pathPrefix() {
}
/**
- * Set the pathPrefix value.
+ * Set nOTE: This is an absolute path to prefix. E.g. $AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs.
*
* @param pathPrefix the pathPrefix value to set
* @return the OutputDirectory object itself.
@@ -96,7 +96,7 @@ public OutputDirectory withPathPrefix(String pathPrefix) {
}
/**
- * Get the pathSuffix value.
+ * Get the suffix path where the output directory will be created.
*
* @return the pathSuffix value
*/
@@ -105,7 +105,7 @@ public String pathSuffix() {
}
/**
- * Set the pathSuffix value.
+ * Set the suffix path where the output directory will be created.
*
* @param pathSuffix the pathSuffix value to set
* @return the OutputDirectory object itself.
@@ -116,7 +116,7 @@ public OutputDirectory withPathSuffix(String pathSuffix) {
}
/**
- * Get the type value.
+ * Get default value is Custom. The possible values are Model, Logs, Summary, and Custom. Users can use multiple enums for a single directory. Eg. outPutType='Model,Logs, Summary'. Possible values include: 'model', 'logs', 'summary', 'custom'.
*
* @return the type value
*/
@@ -125,7 +125,7 @@ public OutputType type() {
}
/**
- * Set the type value.
+ * Set default value is Custom. The possible values are Model, Logs, Summary, and Custom. Users can use multiple enums for a single directory. Eg. outPutType='Model,Logs, Summary'. Possible values include: 'model', 'logs', 'summary', 'custom'.
*
* @param type the type value to set
* @return the OutputDirectory object itself.
@@ -136,7 +136,7 @@ public OutputDirectory withType(OutputType type) {
}
/**
- * Get the createNew value.
+ * Get default is true. If false, then the directory is not created and can be any directory path that the user specifies.
*
* @return the createNew value
*/
@@ -145,7 +145,7 @@ public Boolean createNew() {
}
/**
- * Set the createNew value.
+ * Set default is true. If false, then the directory is not created and can be any directory path that the user specifies.
*
* @param createNew the createNew value to set
* @return the OutputDirectory object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/PrivateRegistryCredentials.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/PrivateRegistryCredentials.java
index 8ac1f242c00e..ca3b9054d578 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/PrivateRegistryCredentials.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/PrivateRegistryCredentials.java
@@ -57,7 +57,7 @@ public PrivateRegistryCredentials withUsername(String username) {
}
/**
- * Get the password value.
+ * Get one of password or passwordSecretReference must be specified.
*
* @return the password value
*/
@@ -66,7 +66,7 @@ public String password() {
}
/**
- * Set the password value.
+ * Set one of password or passwordSecretReference must be specified.
*
* @param password the password value to set
* @return the PrivateRegistryCredentials object itself.
@@ -77,7 +77,7 @@ public PrivateRegistryCredentials withPassword(String password) {
}
/**
- * Get the passwordSecretReference value.
+ * Get users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of password or passwordSecretReference must be specified.
*
* @return the passwordSecretReference value
*/
@@ -86,7 +86,7 @@ public KeyVaultSecretReference passwordSecretReference() {
}
/**
- * Set the passwordSecretReference value.
+ * Set users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of password or passwordSecretReference must be specified.
*
* @param passwordSecretReference the passwordSecretReference value to set
* @return the PrivateRegistryCredentials object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ResourceId.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ResourceId.java
index ae46bc34f573..ed14335482e0 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ResourceId.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/ResourceId.java
@@ -22,7 +22,7 @@ public class ResourceId {
private String id;
/**
- * Get the id value.
+ * Get the ID of the resource.
*
* @return the id value
*/
@@ -31,7 +31,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the ID of the resource.
*
* @param id the id value to set
* @return the ResourceId object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SetupTask.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SetupTask.java
index 702daf40b637..eacda29f6f79 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SetupTask.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SetupTask.java
@@ -103,7 +103,7 @@ public SetupTask withRunElevated(Boolean runElevated) {
}
/**
- * Get the stdOutErrPathPrefix value.
+ * Get the path where the Batch AI service will upload the stdout and stderror of setup task.
*
* @return the stdOutErrPathPrefix value
*/
@@ -112,7 +112,7 @@ public String stdOutErrPathPrefix() {
}
/**
- * Set the stdOutErrPathPrefix value.
+ * Set the path where the Batch AI service will upload the stdout and stderror of setup task.
*
* @param stdOutErrPathPrefix the stdOutErrPathPrefix value to set
* @return the SetupTask object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SshConfiguration.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SshConfiguration.java
index 2b3d32a2951b..80acc7291abd 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SshConfiguration.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/SshConfiguration.java
@@ -30,7 +30,7 @@ public class SshConfiguration {
private UserAccountSettings userAccountSettings;
/**
- * Get the publicIPsToAllow value.
+ * Get default value is '*' can be used to match all source IPs. Maximum number of publicIPs that can be specified are 400.
*
* @return the publicIPsToAllow value
*/
@@ -39,7 +39,7 @@ public List publicIPsToAllow() {
}
/**
- * Set the publicIPsToAllow value.
+ * Set default value is '*' can be used to match all source IPs. Maximum number of publicIPs that can be specified are 400.
*
* @param publicIPsToAllow the publicIPsToAllow value to set
* @return the SshConfiguration object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java
index 73e318f07c6a..d542f4ca1288 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/TensorFlowSettings.java
@@ -127,7 +127,7 @@ public TensorFlowSettings withMasterCommandLineArgs(String masterCommandLineArgs
}
/**
- * Get the workerCommandLineArgs value.
+ * Get this property is optional for single machine training.
*
* @return the workerCommandLineArgs value
*/
@@ -136,7 +136,7 @@ public String workerCommandLineArgs() {
}
/**
- * Set the workerCommandLineArgs value.
+ * Set this property is optional for single machine training.
*
* @param workerCommandLineArgs the workerCommandLineArgs value to set
* @return the TensorFlowSettings object itself.
@@ -147,7 +147,7 @@ public TensorFlowSettings withWorkerCommandLineArgs(String workerCommandLineArgs
}
/**
- * Get the parameterServerCommandLineArgs value.
+ * Get this property is optional for single machine training.
*
* @return the parameterServerCommandLineArgs value
*/
@@ -156,7 +156,7 @@ public String parameterServerCommandLineArgs() {
}
/**
- * Set the parameterServerCommandLineArgs value.
+ * Set this property is optional for single machine training.
*
* @param parameterServerCommandLineArgs the parameterServerCommandLineArgs value to set
* @return the TensorFlowSettings object itself.
@@ -167,7 +167,7 @@ public TensorFlowSettings withParameterServerCommandLineArgs(String parameterSer
}
/**
- * Get the workerCount value.
+ * Get if specified, the value must be less than or equal to (nodeCount * numberOfGPUs per VM). If not specified, the default value is equal to nodeCount. This property can be specified only for distributed TensorFlow training.
*
* @return the workerCount value
*/
@@ -176,7 +176,7 @@ public Integer workerCount() {
}
/**
- * Set the workerCount value.
+ * Set if specified, the value must be less than or equal to (nodeCount * numberOfGPUs per VM). If not specified, the default value is equal to nodeCount. This property can be specified only for distributed TensorFlow training.
*
* @param workerCount the workerCount value to set
* @return the TensorFlowSettings object itself.
@@ -187,7 +187,7 @@ public TensorFlowSettings withWorkerCount(Integer workerCount) {
}
/**
- * Get the parameterServerCount value.
+ * Get if specified, the value must be less than or equal to nodeCount. If not specified, the default value is equal to 1 for distributed TensorFlow training (This property is not applicable for single machine training). This property can be specified only for distributed TensorFlow training.
*
* @return the parameterServerCount value
*/
@@ -196,7 +196,7 @@ public Integer parameterServerCount() {
}
/**
- * Set the parameterServerCount value.
+ * Set if specified, the value must be less than or equal to nodeCount. If not specified, the default value is equal to 1 for distributed TensorFlow training (This property is not applicable for single machine training). This property can be specified only for distributed TensorFlow training.
*
* @param parameterServerCount the parameterServerCount value to set
* @return the TensorFlowSettings object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/UnmanagedFileSystemReference.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/UnmanagedFileSystemReference.java
index 8776719666a2..cf2a505a1365 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/UnmanagedFileSystemReference.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/UnmanagedFileSystemReference.java
@@ -50,7 +50,7 @@ public UnmanagedFileSystemReference withMountCommand(String mountCommand) {
}
/**
- * Get the relativeMountPath value.
+ * Get note that all file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @return the relativeMountPath value
*/
@@ -59,7 +59,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the UnmanagedFileSystemReference object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java
index 771f79b0e879..eaf181fd04b6 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClusterInner.java
@@ -148,7 +148,7 @@ public class ClusterInner extends Resource {
private NodeStateCounts nodeStateCounts;
/**
- * Get the vmSize value.
+ * Get all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @return the vmSize value
*/
@@ -157,7 +157,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @param vmSize the vmSize value to set
* @return the ClusterInner object itself.
@@ -168,7 +168,7 @@ public ClusterInner withVmSize(String vmSize) {
}
/**
- * Get the vmPriority value.
+ * Get the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'.
*
* @return the vmPriority value
*/
@@ -177,7 +177,7 @@ public VmPriority vmPriority() {
}
/**
- * Set the vmPriority value.
+ * Set the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'.
*
* @param vmPriority the vmPriority value to set
* @return the ClusterInner object itself.
@@ -297,7 +297,7 @@ public DateTime creationTime() {
}
/**
- * Get the provisioningState value.
+ * Get possible value are: creating - Specifies that the cluster is being created. succeeded - Specifies that the cluster has been created successfully. failed - Specifies that the cluster creation has failed. deleting - Specifies that the cluster is being deleted. Possible values include: 'creating', 'succeeded', 'failed', 'deleting'.
*
* @return the provisioningState value
*/
@@ -315,7 +315,7 @@ public DateTime provisioningStateTransitionTime() {
}
/**
- * Get the allocationState value.
+ * Get possible values are: steady and resizing. steady state indicates that the cluster is not resizing. There are no changes to the number of compute nodes in the cluster in progress. A cluster enters this state when it is created and when no operations are being performed on the cluster to change the number of compute nodes. resizing state indicates that the cluster is resizing; that is, compute nodes are being added to or removed from the cluster. Possible values include: 'steady', 'resizing'.
*
* @return the allocationState value
*/
@@ -333,7 +333,7 @@ public DateTime allocationStateTransitionTime() {
}
/**
- * Get the errors value.
+ * Get this element contains all the errors encountered by various compute nodes during node setup.
*
* @return the errors value
*/
@@ -342,7 +342,7 @@ public List errors() {
}
/**
- * Set the errors value.
+ * Set this element contains all the errors encountered by various compute nodes during node setup.
*
* @param errors the errors value to set
* @return the ClusterInner object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClustersImpl.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClustersImpl.java
index b08aa5836f97..4b9c25939b8c 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClustersImpl.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/ClustersImpl.java
@@ -79,41 +79,22 @@ public PagedList listByResourceGroup(String resourceGroupName) {
return this.wrapList(client.listByResourceGroup(resourceGroupName));
}
- private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- ClustersInner client = this.inner();
- return client.listByResourceGroupNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listByResourceGroupNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listByResourceGroupAsync(String resourceGroupName) {
ClustersInner client = this.inner();
return client.listByResourceGroupAsync(resourceGroupName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listByResourceGroupNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Cluster call(ClusterInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -122,41 +103,22 @@ public PagedList list() {
return this.wrapList(client.list());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- ClustersInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync() {
ClustersInner client = this.inner();
return client.listAsync()
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Cluster call(ClusterInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -164,41 +126,22 @@ public ClusterImpl define(String name) {
return wrapModel(name);
}
- private Observable> listRemoteLoginInformationNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- ClustersInner client = this.inner();
- return client.listRemoteLoginInformationNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listRemoteLoginInformationNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listRemoteLoginInformationAsync(final String resourceGroupName, final String clusterName) {
ClustersInner client = this.inner();
return client.listRemoteLoginInformationAsync(resourceGroupName, clusterName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listRemoteLoginInformationNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public RemoteLoginInformation call(RemoteLoginInformationInner inner) {
return new RemoteLoginInformationImpl(inner, manager());
}
- });
+ });
}
@Override
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java
index 97c460a93411..f27ce83c5dbf 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileInner.java
@@ -49,7 +49,7 @@ public class FileInner {
private Long contentLength;
/**
- * Get the name value.
+ * Get file name.
*
* @return the name value
*/
@@ -58,7 +58,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set file name.
*
* @param name the name value to set
* @return the FileInner object itself.
@@ -69,7 +69,7 @@ public FileInner withName(String name) {
}
/**
- * Get the downloadUrl value.
+ * Get this will be returned only if the model has been archived. During job run, this won't be returned and customers can use SSH tunneling to download. Users can use Get Remote Login Information API to get the IP address and port information of all the compute nodes running the job.
*
* @return the downloadUrl value
*/
@@ -78,7 +78,7 @@ public String downloadUrl() {
}
/**
- * Set the downloadUrl value.
+ * Set this will be returned only if the model has been archived. During job run, this won't be returned and customers can use SSH tunneling to download. Users can use Get Remote Login Information API to get the IP address and port information of all the compute nodes running the job.
*
* @param downloadUrl the downloadUrl value to set
* @return the FileInner object itself.
@@ -89,7 +89,7 @@ public FileInner withDownloadUrl(String downloadUrl) {
}
/**
- * Get the lastModified value.
+ * Get the time at which the file was last modified.
*
* @return the lastModified value
*/
@@ -98,7 +98,7 @@ public DateTime lastModified() {
}
/**
- * Set the lastModified value.
+ * Set the time at which the file was last modified.
*
* @param lastModified the lastModified value to set
* @return the FileInner object itself.
@@ -109,7 +109,7 @@ public FileInner withLastModified(DateTime lastModified) {
}
/**
- * Get the contentLength value.
+ * Get the file size.
*
* @return the contentLength value
*/
@@ -118,7 +118,7 @@ public Long contentLength() {
}
/**
- * Set the contentLength value.
+ * Set the file size.
*
* @param contentLength the contentLength value to set
* @return the FileInner object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServerInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServerInner.java
index 1e03cd85902c..cab826c45cd8 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServerInner.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServerInner.java
@@ -84,7 +84,7 @@ public class FileServerInner extends Resource {
private FileServerProvisioningState provisioningState;
/**
- * Get the vmSize value.
+ * Get for information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @return the vmSize value
*/
@@ -93,7 +93,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set for information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @param vmSize the vmSize value to set
* @return the FileServerInner object itself.
@@ -191,7 +191,7 @@ public DateTime creationTime() {
}
/**
- * Get the provisioningState value.
+ * Get possible values: creating - The File Server is getting created. updating - The File Server creation has been accepted and it is getting updated. deleting - The user has requested that the File Server be deleted, and it is in the process of being deleted. failed - The File Server creation has failed with the specified errorCode. Details about the error code are specified in the message field. succeeded - The File Server creation has succeeded. Possible values include: 'creating', 'updating', 'deleting', 'succeeded', 'failed'.
*
* @return the provisioningState value
*/
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServersImpl.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServersImpl.java
index 051e3b98a151..7609fde4178b 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServersImpl.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/FileServersImpl.java
@@ -78,41 +78,22 @@ public PagedList listByResourceGroup(String resourceGroupName) {
return this.wrapList(client.listByResourceGroup(resourceGroupName));
}
- private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- FileServersInner client = this.inner();
- return client.listByResourceGroupNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listByResourceGroupNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listByResourceGroupAsync(String resourceGroupName) {
FileServersInner client = this.inner();
return client.listByResourceGroupAsync(resourceGroupName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listByResourceGroupNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public FileServer call(FileServerInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -121,41 +102,22 @@ public PagedList list() {
return this.wrapList(client.list());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- FileServersInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync() {
FileServersInner client = this.inner();
return client.listAsync()
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public FileServer call(FileServerInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java
index 8313d345caae..587139872796 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobInner.java
@@ -213,7 +213,7 @@ public class JobInner extends Resource {
private JobPropertiesExecutionInfo executionInfo;
/**
- * Get the experimentName value.
+ * Get describe the experiment information of the job.
*
* @return the experimentName value
*/
@@ -222,7 +222,7 @@ public String experimentName() {
}
/**
- * Set the experimentName value.
+ * Set describe the experiment information of the job.
*
* @param experimentName the experimentName value to set
* @return the JobInner object itself.
@@ -233,7 +233,7 @@ public JobInner withExperimentName(String experimentName) {
}
/**
- * Get the priority value.
+ * Get priority associated with the job. Priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. The default value is 0.
*
* @return the priority value
*/
@@ -242,7 +242,7 @@ public Integer priority() {
}
/**
- * Set the priority value.
+ * Set priority associated with the job. Priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. The default value is 0.
*
* @param priority the priority value to set
* @return the JobInner object itself.
@@ -273,7 +273,7 @@ public JobInner withCluster(ResourceId cluster) {
}
/**
- * Get the nodeCount value.
+ * Get the job will be gang scheduled on that many compute nodes.
*
* @return the nodeCount value
*/
@@ -282,7 +282,7 @@ public Integer nodeCount() {
}
/**
- * Set the nodeCount value.
+ * Set the job will be gang scheduled on that many compute nodes.
*
* @param nodeCount the nodeCount value to set
* @return the JobInner object itself.
@@ -293,7 +293,7 @@ public JobInner withNodeCount(Integer nodeCount) {
}
/**
- * Get the containerSettings value.
+ * Get if the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
*
* @return the containerSettings value
*/
@@ -302,7 +302,7 @@ public ContainerSettings containerSettings() {
}
/**
- * Set the containerSettings value.
+ * Set if the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
*
* @param containerSettings the containerSettings value to set
* @return the JobInner object itself.
@@ -313,7 +313,7 @@ public JobInner withContainerSettings(ContainerSettings containerSettings) {
}
/**
- * Get the toolType value.
+ * Get possible values are: cntk, tensorflow, caffe, caffe2, chainer, custom. Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'custom'.
*
* @return the toolType value
*/
@@ -322,7 +322,7 @@ public ToolType toolType() {
}
/**
- * Set the toolType value.
+ * Set possible values are: cntk, tensorflow, caffe, caffe2, chainer, custom. Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'custom'.
*
* @param toolType the toolType value to set
* @return the JobInner object itself.
@@ -433,7 +433,7 @@ public JobInner withCustomToolkitSettings(CustomToolkitSettings customToolkitSet
}
/**
- * Get the jobPreparation value.
+ * Get the specified actions will run on all the nodes that are part of the job.
*
* @return the jobPreparation value
*/
@@ -442,7 +442,7 @@ public JobPreparation jobPreparation() {
}
/**
- * Set the jobPreparation value.
+ * Set the specified actions will run on all the nodes that are part of the job.
*
* @param jobPreparation the jobPreparation value to set
* @return the JobInner object itself.
@@ -453,7 +453,7 @@ public JobInner withJobPreparation(JobPreparation jobPreparation) {
}
/**
- * Get the stdOutErrPathPrefix value.
+ * Get the path where the Batch AI service will upload stdout and stderror of the job.
*
* @return the stdOutErrPathPrefix value
*/
@@ -462,7 +462,7 @@ public String stdOutErrPathPrefix() {
}
/**
- * Set the stdOutErrPathPrefix value.
+ * Set the path where the Batch AI service will upload stdout and stderror of the job.
*
* @param stdOutErrPathPrefix the stdOutErrPathPrefix value to set
* @return the JobInner object itself.
@@ -513,7 +513,7 @@ public JobInner withOutputDirectories(List outputDirectories) {
}
/**
- * Get the environmentVariables value.
+ * Get batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
*
* @return the environmentVariables value
*/
@@ -522,7 +522,7 @@ public List environmentVariables() {
}
/**
- * Set the environmentVariables value.
+ * Set batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
*
* @param environmentVariables the environmentVariables value to set
* @return the JobInner object itself.
@@ -533,7 +533,7 @@ public JobInner withEnvironmentVariables(List environmentVar
}
/**
- * Get the constraints value.
+ * Get constraints associated with the Job.
*
* @return the constraints value
*/
@@ -542,7 +542,7 @@ public JobPropertiesConstraints constraints() {
}
/**
- * Set the constraints value.
+ * Set constraints associated with the Job.
*
* @param constraints the constraints value to set
* @return the JobInner object itself.
@@ -553,7 +553,7 @@ public JobInner withConstraints(JobPropertiesConstraints constraints) {
}
/**
- * Get the creationTime value.
+ * Get the creation time of the job.
*
* @return the creationTime value
*/
@@ -562,7 +562,7 @@ public DateTime creationTime() {
}
/**
- * Get the provisioningState value.
+ * Get the provisioned state of the Batch AI job. Possible values include: 'creating', 'succeeded', 'failed', 'deleting'.
*
* @return the provisioningState value
*/
@@ -571,7 +571,7 @@ public ProvisioningState provisioningState() {
}
/**
- * Get the provisioningStateTransitionTime value.
+ * Get the time at which the job entered its current provisioning state.
*
* @return the provisioningStateTransitionTime value
*/
@@ -580,7 +580,7 @@ public DateTime provisioningStateTransitionTime() {
}
/**
- * Get the executionState value.
+ * Get the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running succesfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'.
*
* @return the executionState value
*/
@@ -589,7 +589,7 @@ public ExecutionState executionState() {
}
/**
- * Set the executionState value.
+ * Set the current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set up container specified on the job - it does not necessarily mean that the job command line has started executing. terminating - The job is terminated by the user, the terminate operation is in progress. succeeded - The job has completed running succesfully and exited with exit code 0. failed - The job has finished unsuccessfully (failed with a non-zero exit code) and has exhausted its retry limit. A job is also marked as failed if an error occurred launching the job. Possible values include: 'queued', 'running', 'terminating', 'succeeded', 'failed'.
*
* @param executionState the executionState value to set
* @return the JobInner object itself.
@@ -600,7 +600,7 @@ public JobInner withExecutionState(ExecutionState executionState) {
}
/**
- * Get the executionStateTransitionTime value.
+ * Get the time at which the job entered its current execution state.
*
* @return the executionStateTransitionTime value
*/
@@ -609,7 +609,7 @@ public DateTime executionStateTransitionTime() {
}
/**
- * Get the executionInfo value.
+ * Get contains information about the execution of a job in the Azure Batch service.
*
* @return the executionInfo value
*/
@@ -618,7 +618,7 @@ public JobPropertiesExecutionInfo executionInfo() {
}
/**
- * Set the executionInfo value.
+ * Set contains information about the execution of a job in the Azure Batch service.
*
* @param executionInfo the executionInfo value to set
* @return the JobInner object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobsImpl.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobsImpl.java
index d63f6a301651..c6e63a2caddb 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobsImpl.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/JobsImpl.java
@@ -81,41 +81,22 @@ public PagedList listByResourceGroup(String resourceGroupName) {
return this.wrapList(client.listByResourceGroup(resourceGroupName));
}
- private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- JobsInner client = this.inner();
- return client.listByResourceGroupNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listByResourceGroupNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listByResourceGroupAsync(String resourceGroupName) {
JobsInner client = this.inner();
return client.listByResourceGroupAsync(resourceGroupName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listByResourceGroupNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Job call(JobInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -124,41 +105,22 @@ public PagedList list() {
return this.wrapList(client.list());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- JobsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync() {
JobsInner client = this.inner();
return client.listAsync()
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Job call(JobInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -166,41 +128,22 @@ public JobImpl define(String name) {
return wrapModel(name);
}
- private Observable> listRemoteLoginInformationNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- JobsInner client = this.inner();
- return client.listRemoteLoginInformationNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listRemoteLoginInformationNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listRemoteLoginInformationAsync(final String resourceGroupName, final String jobName) {
JobsInner client = this.inner();
return client.listRemoteLoginInformationAsync(resourceGroupName, jobName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listRemoteLoginInformationNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public RemoteLoginInformation call(RemoteLoginInformationInner inner) {
return new RemoteLoginInformationImpl(inner, manager());
}
- });
+ });
}
@Override
@@ -209,41 +152,22 @@ public Completable terminateAsync(String resourceGroupName, String jobName) {
return client.terminateAsync(resourceGroupName, jobName).toCompletable();
}
- private Observable> listOutputFilesNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- JobsInner client = this.inner();
- return client.listOutputFilesNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listOutputFilesNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listOutputFilesAsync(final String resourceGroupName, final String jobName, final JobsListOutputFilesOptions jobsListOutputFilesOptions) {
JobsInner client = this.inner();
return client.listOutputFilesAsync(resourceGroupName, jobName, jobsListOutputFilesOptions)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listOutputFilesNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public File call(FileInner inner) {
return new FileImpl(inner, manager());
}
- });
+ });
}
@Override
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationInner.java
index 845410be5148..b2cc85884a07 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationInner.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationInner.java
@@ -42,7 +42,7 @@ public class OperationInner {
private Object properties;
/**
- * Get the name value.
+ * Get this is of the format {provider}/{resource}/{operation}.
*
* @return the name value
*/
@@ -51,7 +51,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set this is of the format {provider}/{resource}/{operation}.
*
* @param name the name value to set
* @return the OperationInner object itself.
@@ -62,7 +62,7 @@ public OperationInner withName(String name) {
}
/**
- * Get the display value.
+ * Get the object that describes the operation.
*
* @return the display value
*/
@@ -71,7 +71,7 @@ public OperationDisplay display() {
}
/**
- * Set the display value.
+ * Set the object that describes the operation.
*
* @param display the display value to set
* @return the OperationInner object itself.
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationsImpl.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationsImpl.java
index b317953a6ef5..a459413c3ac2 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationsImpl.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/OperationsImpl.java
@@ -28,41 +28,22 @@ public BatchAIManager manager() {
return this.manager;
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- OperationsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync() {
OperationsInner client = this.inner();
return client.listAsync()
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Operation call(OperationInner inner) {
return new OperationImpl(inner, manager());
}
- });
+ });
}
}
diff --git a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/RemoteLoginInformationInner.java b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/RemoteLoginInformationInner.java
index ddb4b07fd33c..fd3b3162ba5f 100644
--- a/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/RemoteLoginInformationInner.java
+++ b/batchai/resource-manager/v2017_09_01_preview/src/main/java/com/microsoft/azure/management/batchai/v2017_09_01_preview/implementation/RemoteLoginInformationInner.java
@@ -33,7 +33,7 @@ public class RemoteLoginInformationInner {
private double port;
/**
- * Get the nodeId value.
+ * Get id of the compute node.
*
* @return the nodeId value
*/
@@ -42,7 +42,7 @@ public String nodeId() {
}
/**
- * Set the nodeId value.
+ * Set id of the compute node.
*
* @param nodeId the nodeId value to set
* @return the RemoteLoginInformationInner object itself.
@@ -53,7 +53,7 @@ public RemoteLoginInformationInner withNodeId(String nodeId) {
}
/**
- * Get the ipAddress value.
+ * Get ip address.
*
* @return the ipAddress value
*/
@@ -62,7 +62,7 @@ public String ipAddress() {
}
/**
- * Set the ipAddress value.
+ * Set ip address.
*
* @param ipAddress the ipAddress value to set
* @return the RemoteLoginInformationInner object itself.
diff --git a/batchai/resource-manager/v2018_03_01/pom.xml b/batchai/resource-manager/v2018_03_01/pom.xml
index 443b29b2e043..cdbd3885126b 100644
--- a/batchai/resource-manager/v2018_03_01/pom.xml
+++ b/batchai/resource-manager/v2018_03_01/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.azure-mgmt-batchai-2018-03-01
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-batchai
- 1.0.0-beta-SNAPSHOT
- jar
- Microsoft Azure SDK for BatchAI Management
- This package contains Microsoft BatchAI Management SDK.
- https://github.com/Azure/azure-libraries-for-java
-
-
- The MIT License (MIT)
- http://opensource.org/licenses/MIT
- repo
-
-
-
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
- HEAD
-
-
- UTF-8
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
- com.microsoft.azure
- azure-client-runtime
-
-
- com.microsoft.azure
- azure-arm-client-runtime
-
-
- junit
- junit
- test
-
-
- com.microsoft.azure
- azure-client-authentication
- test
-
-
- com.microsoft.azure
- azure-mgmt-resources
- test
-
-
- com.microsoft.azure
- azure-arm-client-runtime
- test-jar
- test
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.7
- 1.7
-
-
- com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
-
-
- true
- true
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
-
-
- /**
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
- */
- ]]>
-
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.azure.batchai.v2018_03_01
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-batchai
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for BatchAI Management
+ This package contains Microsoft BatchAI Management SDK.
+ https://github.com/Azure/azure-libraries-for-java
+
+
+ The MIT License (MIT)
+ http://opensource.org/licenses/MIT
+ repo
+
+
+
+ scm:git:https://github.com/Azure/azure-libraries-for-java
+ scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ HEAD
+
+
+ UTF-8
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+ com.microsoft.azure
+ azure-client-runtime
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+
+
+ junit
+ junit
+ test
+
+
+ com.microsoft.azure
+ azure-client-authentication
+ test
+
+
+ com.microsoft.azure
+ azure-mgmt-resources
+ test
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+ test-jar
+ test
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.7
+ 1.7
+
+
+ com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
+
+
+ true
+ true
+
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
+
+
+ /**
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for
+ * license information.
+ */
+ ]]>
+
+
+
+
+
+
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java
index 0423c9604665..00d6dfe669d9 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AppInsightsReference.java
@@ -78,7 +78,7 @@ public AppInsightsReference withInstrumentationKey(String instrumentationKey) {
}
/**
- * Get the instrumentationKeySecretReference value.
+ * Get specifies KeyVault Store and Secret which contains Azure Application Insights instrumentation key. One of instumentationKey or instrumentationKeySecretReference must be specified.
*
* @return the instrumentationKeySecretReference value
*/
@@ -87,7 +87,7 @@ public KeyVaultSecretReference instrumentationKeySecretReference() {
}
/**
- * Set the instrumentationKeySecretReference value.
+ * Set specifies KeyVault Store and Secret which contains Azure Application Insights instrumentation key. One of instumentationKey or instrumentationKeySecretReference must be specified.
*
* @param instrumentationKeySecretReference the instrumentationKeySecretReference value to set
* @return the AppInsightsReference object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureBlobFileSystemReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureBlobFileSystemReference.java
index 09630c1d9aa3..f1103999d760 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureBlobFileSystemReference.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureBlobFileSystemReference.java
@@ -111,7 +111,7 @@ public AzureBlobFileSystemReference withCredentials(AzureStorageCredentialsInfo
}
/**
- * Get the relativeMountPath value.
+ * Get note that all cluster level blob file systems will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level blob file systems will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @return the relativeMountPath value
*/
@@ -120,7 +120,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all cluster level blob file systems will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level blob file systems will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the AzureBlobFileSystemReference object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureFileShareReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureFileShareReference.java
index 792b6991b99d..f6d46c3ea378 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureFileShareReference.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureFileShareReference.java
@@ -117,7 +117,7 @@ public AzureFileShareReference withCredentials(AzureStorageCredentialsInfo crede
}
/**
- * Get the relativeMountPath value.
+ * Get note that all cluster level file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level file shares will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @return the relativeMountPath value
*/
@@ -126,7 +126,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all cluster level file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level file shares will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the AzureFileShareReference object itself.
@@ -137,7 +137,7 @@ public AzureFileShareReference withRelativeMountPath(String relativeMountPath) {
}
/**
- * Get the fileMode value.
+ * Get default value is 0777. Valid only if OS is linux.
*
* @return the fileMode value
*/
@@ -146,7 +146,7 @@ public String fileMode() {
}
/**
- * Set the fileMode value.
+ * Set default value is 0777. Valid only if OS is linux.
*
* @param fileMode the fileMode value to set
* @return the AzureFileShareReference object itself.
@@ -157,7 +157,7 @@ public AzureFileShareReference withFileMode(String fileMode) {
}
/**
- * Get the directoryMode value.
+ * Get default value is 0777. Valid only if OS is linux.
*
* @return the directoryMode value
*/
@@ -166,7 +166,7 @@ public String directoryMode() {
}
/**
- * Set the directoryMode value.
+ * Set default value is 0777. Valid only if OS is linux.
*
* @param directoryMode the directoryMode value to set
* @return the AzureFileShareReference object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureStorageCredentialsInfo.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureStorageCredentialsInfo.java
index cd02065b8a21..6b90eda47c29 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureStorageCredentialsInfo.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/AzureStorageCredentialsInfo.java
@@ -32,7 +32,7 @@ public class AzureStorageCredentialsInfo {
private KeyVaultSecretReference accountKeySecretReference;
/**
- * Get the accountKey value.
+ * Get one of accountKey or accountKeySecretReference must be specified.
*
* @return the accountKey value
*/
@@ -41,7 +41,7 @@ public String accountKey() {
}
/**
- * Set the accountKey value.
+ * Set one of accountKey or accountKeySecretReference must be specified.
*
* @param accountKey the accountKey value to set
* @return the AzureStorageCredentialsInfo object itself.
@@ -52,7 +52,7 @@ public AzureStorageCredentialsInfo withAccountKey(String accountKey) {
}
/**
- * Get the accountKeySecretReference value.
+ * Get users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of accountKey or accountKeySecretReference must be specified.
*
* @return the accountKeySecretReference value
*/
@@ -61,7 +61,7 @@ public KeyVaultSecretReference accountKeySecretReference() {
}
/**
- * Set the accountKeySecretReference value.
+ * Set users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of accountKey or accountKeySecretReference must be specified.
*
* @param accountKeySecretReference the accountKeySecretReference value to set
* @return the AzureStorageCredentialsInfo object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/BatchAIError.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/BatchAIError.java
index 7bdddf707667..6bfb3d2e426b 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/BatchAIError.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/BatchAIError.java
@@ -36,7 +36,7 @@ public class BatchAIError {
private List details;
/**
- * Get the code value.
+ * Get an identifier for the error. Codes are invariant and are intended to be consumed programmatically.
*
* @return the code value
*/
@@ -45,7 +45,7 @@ public String code() {
}
/**
- * Set the code value.
+ * Set an identifier for the error. Codes are invariant and are intended to be consumed programmatically.
*
* @param code the code value to set
* @return the BatchAIError object itself.
@@ -56,7 +56,7 @@ public BatchAIError withCode(String code) {
}
/**
- * Get the message value.
+ * Get a message describing the error, intended to be suitable for display in a user interface.
*
* @return the message value
*/
@@ -65,7 +65,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set a message describing the error, intended to be suitable for display in a user interface.
*
* @param message the message value to set
* @return the BatchAIError object itself.
@@ -76,7 +76,7 @@ public BatchAIError withMessage(String message) {
}
/**
- * Get the details value.
+ * Get a list of additional details about the error.
*
* @return the details value
*/
@@ -85,7 +85,7 @@ public List details() {
}
/**
- * Set the details value.
+ * Set a list of additional details about the error.
*
* @param details the details value to set
* @return the BatchAIError object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CNTKsettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CNTKsettings.java
index 2c4a46f0bde9..d07bbe311326 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CNTKsettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CNTKsettings.java
@@ -59,7 +59,7 @@ public class CNTKsettings {
private Integer processCount;
/**
- * Get the languageType value.
+ * Get valid values are 'BrainScript' or 'Python'.
*
* @return the languageType value
*/
@@ -68,7 +68,7 @@ public String languageType() {
}
/**
- * Set the languageType value.
+ * Set valid values are 'BrainScript' or 'Python'.
*
* @param languageType the languageType value to set
* @return the CNTKsettings object itself.
@@ -79,7 +79,7 @@ public CNTKsettings withLanguageType(String languageType) {
}
/**
- * Get the configFilePath value.
+ * Get this property can be specified only if the languageType is 'BrainScript'.
*
* @return the configFilePath value
*/
@@ -88,7 +88,7 @@ public String configFilePath() {
}
/**
- * Set the configFilePath value.
+ * Set this property can be specified only if the languageType is 'BrainScript'.
*
* @param configFilePath the configFilePath value to set
* @return the CNTKsettings object itself.
@@ -99,7 +99,7 @@ public CNTKsettings withConfigFilePath(String configFilePath) {
}
/**
- * Get the pythonScriptFilePath value.
+ * Get this property can be specified only if the languageType is 'Python'.
*
* @return the pythonScriptFilePath value
*/
@@ -108,7 +108,7 @@ public String pythonScriptFilePath() {
}
/**
- * Set the pythonScriptFilePath value.
+ * Set this property can be specified only if the languageType is 'Python'.
*
* @param pythonScriptFilePath the pythonScriptFilePath value to set
* @return the CNTKsettings object itself.
@@ -119,7 +119,7 @@ public CNTKsettings withPythonScriptFilePath(String pythonScriptFilePath) {
}
/**
- * Get the pythonInterpreterPath value.
+ * Get this property can be specified only if the languageType is 'Python'.
*
* @return the pythonInterpreterPath value
*/
@@ -128,7 +128,7 @@ public String pythonInterpreterPath() {
}
/**
- * Set the pythonInterpreterPath value.
+ * Set this property can be specified only if the languageType is 'Python'.
*
* @param pythonInterpreterPath the pythonInterpreterPath value to set
* @return the CNTKsettings object itself.
@@ -159,7 +159,7 @@ public CNTKsettings withCommandLineArgs(String commandLineArgs) {
}
/**
- * Get the processCount value.
+ * Get the default value for this property is equal to nodeCount property.
*
* @return the processCount value
*/
@@ -168,7 +168,7 @@ public Integer processCount() {
}
/**
- * Set the processCount value.
+ * Set the default value for this property is equal to nodeCount property.
*
* @param processCount the processCount value to set
* @return the CNTKsettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CaffeSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CaffeSettings.java
index c97719a70f69..54eeea8e8d69 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CaffeSettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/CaffeSettings.java
@@ -50,7 +50,7 @@ public class CaffeSettings {
private Integer processCount;
/**
- * Get the configFilePath value.
+ * Get this property cannot be specified if pythonScriptFilePath is specified.
*
* @return the configFilePath value
*/
@@ -59,7 +59,7 @@ public String configFilePath() {
}
/**
- * Set the configFilePath value.
+ * Set this property cannot be specified if pythonScriptFilePath is specified.
*
* @param configFilePath the configFilePath value to set
* @return the CaffeSettings object itself.
@@ -70,7 +70,7 @@ public CaffeSettings withConfigFilePath(String configFilePath) {
}
/**
- * Get the pythonScriptFilePath value.
+ * Get this property cannot be specified if configFilePath is specified.
*
* @return the pythonScriptFilePath value
*/
@@ -79,7 +79,7 @@ public String pythonScriptFilePath() {
}
/**
- * Set the pythonScriptFilePath value.
+ * Set this property cannot be specified if configFilePath is specified.
*
* @param pythonScriptFilePath the pythonScriptFilePath value to set
* @return the CaffeSettings object itself.
@@ -90,7 +90,7 @@ public CaffeSettings withPythonScriptFilePath(String pythonScriptFilePath) {
}
/**
- * Get the pythonInterpreterPath value.
+ * Get this property can be specified only if the pythonScriptFilePath is specified.
*
* @return the pythonInterpreterPath value
*/
@@ -99,7 +99,7 @@ public String pythonInterpreterPath() {
}
/**
- * Set the pythonInterpreterPath value.
+ * Set this property can be specified only if the pythonScriptFilePath is specified.
*
* @param pythonInterpreterPath the pythonInterpreterPath value to set
* @return the CaffeSettings object itself.
@@ -130,7 +130,7 @@ public CaffeSettings withCommandLineArgs(String commandLineArgs) {
}
/**
- * Get the processCount value.
+ * Get the default value for this property is equal to nodeCount property.
*
* @return the processCount value
*/
@@ -139,7 +139,7 @@ public Integer processCount() {
}
/**
- * Set the processCount value.
+ * Set the default value for this property is equal to nodeCount property.
*
* @param processCount the processCount value to set
* @return the CaffeSettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ChainerSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ChainerSettings.java
index af07a5ef6e18..923eb0daacd9 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ChainerSettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ChainerSettings.java
@@ -100,7 +100,7 @@ public ChainerSettings withCommandLineArgs(String commandLineArgs) {
}
/**
- * Get the processCount value.
+ * Get the default value for this property is equal to nodeCount property.
*
* @return the processCount value
*/
@@ -109,7 +109,7 @@ public Integer processCount() {
}
/**
- * Set the processCount value.
+ * Set the default value for this property is equal to nodeCount property.
*
* @param processCount the processCount value to set
* @return the ChainerSettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Cluster.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Cluster.java
index 93013b187669..186049ff6126 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Cluster.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Cluster.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.batchai.v2018_03_01.implementation.BatchAIManager;
import org.joda.time.DateTime;
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterCreateParameters.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterCreateParameters.java
index 80226ef30cb8..cadd93bd8e33 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterCreateParameters.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterCreateParameters.java
@@ -81,7 +81,7 @@ public class ClusterCreateParameters {
private ResourceId subnet;
/**
- * Get the location value.
+ * Get the region in which to create the cluster.
*
* @return the location value
*/
@@ -90,7 +90,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set the region in which to create the cluster.
*
* @param location the location value to set
* @return the ClusterCreateParameters object itself.
@@ -101,7 +101,7 @@ public ClusterCreateParameters withLocation(String location) {
}
/**
- * Get the tags value.
+ * Get the user specified tags associated with the Cluster.
*
* @return the tags value
*/
@@ -110,7 +110,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the Cluster.
*
* @param tags the tags value to set
* @return the ClusterCreateParameters object itself.
@@ -121,7 +121,7 @@ public ClusterCreateParameters withTags(Map tags) {
}
/**
- * Get the vmSize value.
+ * Get all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @return the vmSize value
*/
@@ -130,7 +130,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @param vmSize the vmSize value to set
* @return the ClusterCreateParameters object itself.
@@ -141,7 +141,7 @@ public ClusterCreateParameters withVmSize(String vmSize) {
}
/**
- * Get the vmPriority value.
+ * Get default is dedicated. Possible values include: 'dedicated', 'lowpriority'.
*
* @return the vmPriority value
*/
@@ -150,7 +150,7 @@ public VmPriority vmPriority() {
}
/**
- * Set the vmPriority value.
+ * Set default is dedicated. Possible values include: 'dedicated', 'lowpriority'.
*
* @param vmPriority the vmPriority value to set
* @return the ClusterCreateParameters object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterUpdateParameters.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterUpdateParameters.java
index 468ed4c47fcf..6f6464d13dac 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterUpdateParameters.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClusterUpdateParameters.java
@@ -30,7 +30,7 @@ public class ClusterUpdateParameters {
private ScaleSettings scaleSettings;
/**
- * Get the tags value.
+ * Get the user specified tags associated with the Cluster.
*
* @return the tags value
*/
@@ -39,7 +39,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the Cluster.
*
* @param tags the tags value to set
* @return the ClusterUpdateParameters object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java
index bcdf35014e47..89a0ef3ec773 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListByResourceGroupOptions.java
@@ -36,7 +36,7 @@ public class ClustersListByResourceGroupOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the ClustersListByResourceGroupOptions object itself.
@@ -56,7 +56,7 @@ public ClustersListByResourceGroupOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the ClustersListByResourceGroupOptions object itself.
@@ -76,7 +76,7 @@ public ClustersListByResourceGroupOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the ClustersListByResourceGroupOptions object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java
index ea21ff957219..bf657c375d21 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ClustersListOptions.java
@@ -36,7 +36,7 @@ public class ClustersListOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the ClustersListOptions object itself.
@@ -56,7 +56,7 @@ public ClustersListOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the ClustersListOptions object itself.
@@ -76,7 +76,7 @@ public ClustersListOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the ClustersListOptions object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/DataDisks.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/DataDisks.java
index 939e45bf3c62..32615ae1aaf6 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/DataDisks.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/DataDisks.java
@@ -65,7 +65,7 @@ public DataDisks withDiskSizeInGB(int diskSizeInGB) {
}
/**
- * Get the cachingType value.
+ * Get possible values include: 'none', 'readonly', 'readwrite'.
*
* @return the cachingType value
*/
@@ -74,7 +74,7 @@ public CachingType cachingType() {
}
/**
- * Set the cachingType value.
+ * Set possible values include: 'none', 'readonly', 'readwrite'.
*
* @param cachingType the cachingType value to set
* @return the DataDisks object itself.
@@ -105,7 +105,7 @@ public DataDisks withDiskCount(int diskCount) {
}
/**
- * Get the storageAccountType value.
+ * Get possible values include: 'Standard_LRS', 'Premium_LRS'.
*
* @return the storageAccountType value
*/
@@ -114,7 +114,7 @@ public StorageAccountType storageAccountType() {
}
/**
- * Set the storageAccountType value.
+ * Set possible values include: 'Standard_LRS', 'Premium_LRS'.
*
* @param storageAccountType the storageAccountType value to set
* @return the DataDisks object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/EnvironmentVariableWithSecretValue.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/EnvironmentVariableWithSecretValue.java
index 5c64de5c6f6d..57c5feee85e4 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/EnvironmentVariableWithSecretValue.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/EnvironmentVariableWithSecretValue.java
@@ -78,7 +78,7 @@ public EnvironmentVariableWithSecretValue withValue(String value) {
}
/**
- * Get the valueSecretReference value.
+ * Get specifies KeyVault Store and Secret which contains the value for the environment variable. One of value or valueSecretReference must be provided.
*
* @return the valueSecretReference value
*/
@@ -87,7 +87,7 @@ public KeyVaultSecretReference valueSecretReference() {
}
/**
- * Set the valueSecretReference value.
+ * Set specifies KeyVault Store and Secret which contains the value for the environment variable. One of value or valueSecretReference must be provided.
*
* @param valueSecretReference the valueSecretReference value to set
* @return the EnvironmentVariableWithSecretValue object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServer.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServer.java
index ce527353b2b8..e9cfbc5982e6 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServer.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServer.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.batchai.v2018_03_01.implementation.BatchAIManager;
import org.joda.time.DateTime;
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerCreateParameters.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerCreateParameters.java
index 0df3ce920e21..6686dc34d2b2 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerCreateParameters.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerCreateParameters.java
@@ -56,7 +56,7 @@ public class FileServerCreateParameters {
private ResourceId subnet;
/**
- * Get the location value.
+ * Get the region in which to create the File Server.
*
* @return the location value
*/
@@ -65,7 +65,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set the region in which to create the File Server.
*
* @param location the location value to set
* @return the FileServerCreateParameters object itself.
@@ -76,7 +76,7 @@ public FileServerCreateParameters withLocation(String location) {
}
/**
- * Get the tags value.
+ * Get the user specified tags associated with the File Server.
*
* @return the tags value
*/
@@ -85,7 +85,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the File Server.
*
* @param tags the tags value to set
* @return the FileServerCreateParameters object itself.
@@ -96,7 +96,7 @@ public FileServerCreateParameters withTags(Map tags) {
}
/**
- * Get the vmSize value.
+ * Get for information about available VM sizes for fileservers from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @return the vmSize value
*/
@@ -105,7 +105,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set for information about available VM sizes for fileservers from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @param vmSize the vmSize value to set
* @return the FileServerCreateParameters object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java
index 6a797b26d381..d98013e776dd 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServerReference.java
@@ -66,7 +66,7 @@ public FileServerReference withFileServer(ResourceId fileServer) {
}
/**
- * Get the sourceDirectory value.
+ * Get if this property is not specified, the entire File Server will be mounted.
*
* @return the sourceDirectory value
*/
@@ -75,7 +75,7 @@ public String sourceDirectory() {
}
/**
- * Set the sourceDirectory value.
+ * Set if this property is not specified, the entire File Server will be mounted.
*
* @param sourceDirectory the sourceDirectory value to set
* @return the FileServerReference object itself.
@@ -86,7 +86,7 @@ public FileServerReference withSourceDirectory(String sourceDirectory) {
}
/**
- * Get the relativeMountPath value.
+ * Get note that all cluster level file servers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level file servers will be mouted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @return the relativeMountPath value
*/
@@ -95,7 +95,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all cluster level file servers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level file servers will be mouted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the FileServerReference object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java
index ee83e572e3b9..8e023a04a3d5 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListByResourceGroupOptions.java
@@ -36,7 +36,7 @@ public class FileServersListByResourceGroupOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the FileServersListByResourceGroupOptions object itself.
@@ -56,7 +56,7 @@ public FileServersListByResourceGroupOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the FileServersListByResourceGroupOptions object itself.
@@ -76,7 +76,7 @@ public FileServersListByResourceGroupOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the FileServersListByResourceGroupOptions object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java
index e3be6a53175a..cc5c93769e73 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/FileServersListOptions.java
@@ -36,7 +36,7 @@ public class FileServersListOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the FileServersListOptions object itself.
@@ -56,7 +56,7 @@ public FileServersListOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the FileServersListOptions object itself.
@@ -76,7 +76,7 @@ public FileServersListOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the FileServersListOptions object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ImageReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ImageReference.java
index fdd62817044e..ea4085e27e89 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ImageReference.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ImageReference.java
@@ -134,7 +134,7 @@ public ImageReference withVersion(String version) {
}
/**
- * Get the virtualMachineImageId value.
+ * Get the virtual machine image must be in the same region and subscription as the cluster. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. Note, you need to provide publisher, offer and sku of the base OS image of which the custom image has been derived from.
*
* @return the virtualMachineImageId value
*/
@@ -143,7 +143,7 @@ public String virtualMachineImageId() {
}
/**
- * Set the virtualMachineImageId value.
+ * Set the virtual machine image must be in the same region and subscription as the cluster. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. Note, you need to provide publisher, offer and sku of the base OS image of which the custom image has been derived from.
*
* @param virtualMachineImageId the virtualMachineImageId value to set
* @return the ImageReference object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/InputDirectory.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/InputDirectory.java
index df67a9f229f4..bb7bd545b9ca 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/InputDirectory.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/InputDirectory.java
@@ -30,7 +30,7 @@ public class InputDirectory {
private String path;
/**
- * Get the id value.
+ * Get the path of the input directory will be available as a value of an environment variable with AZ_BATCHAI_INPUT_<id> name, where <id> is the value of id attribute.
*
* @return the id value
*/
@@ -39,7 +39,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the path of the input directory will be available as a value of an environment variable with AZ_BATCHAI_INPUT_<id> name, where <id> is the value of id attribute.
*
* @param id the id value to set
* @return the InputDirectory object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Job.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Job.java
index 00a0674a6118..e92e2a834b92 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Job.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/Job.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.batchai.v2018_03_01.implementation.BatchAIManager;
import java.util.List;
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobBasePropertiesConstraints.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobBasePropertiesConstraints.java
index 0fd54c7d6429..9af1a93be975 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobBasePropertiesConstraints.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobBasePropertiesConstraints.java
@@ -23,7 +23,7 @@ public class JobBasePropertiesConstraints {
private Period maxWallClockTime;
/**
- * Get the maxWallClockTime value.
+ * Get default Value = 1 week.
*
* @return the maxWallClockTime value
*/
@@ -32,7 +32,7 @@ public Period maxWallClockTime() {
}
/**
- * Set the maxWallClockTime value.
+ * Set default Value = 1 week.
*
* @param maxWallClockTime the maxWallClockTime value to set
* @return the JobBasePropertiesConstraints object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java
index 0cb58ad04619..95be40827a2e 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobCreateParameters.java
@@ -167,7 +167,7 @@ public class JobCreateParameters {
private JobBasePropertiesConstraints constraints;
/**
- * Get the location value.
+ * Get the region in which to create the job.
*
* @return the location value
*/
@@ -176,7 +176,7 @@ public String location() {
}
/**
- * Set the location value.
+ * Set the region in which to create the job.
*
* @param location the location value to set
* @return the JobCreateParameters object itself.
@@ -187,7 +187,7 @@ public JobCreateParameters withLocation(String location) {
}
/**
- * Get the tags value.
+ * Get the user specified tags associated with the job.
*
* @return the tags value
*/
@@ -196,7 +196,7 @@ public Map tags() {
}
/**
- * Set the tags value.
+ * Set the user specified tags associated with the job.
*
* @param tags the tags value to set
* @return the JobCreateParameters object itself.
@@ -207,7 +207,7 @@ public JobCreateParameters withTags(Map tags) {
}
/**
- * Get the experimentName value.
+ * Get describe the experiment information of the job.
*
* @return the experimentName value
*/
@@ -216,7 +216,7 @@ public String experimentName() {
}
/**
- * Set the experimentName value.
+ * Set describe the experiment information of the job.
*
* @param experimentName the experimentName value to set
* @return the JobCreateParameters object itself.
@@ -227,7 +227,7 @@ public JobCreateParameters withExperimentName(String experimentName) {
}
/**
- * Get the priority value.
+ * Get priority associated with the job. Priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. The default value is 0.
*
* @return the priority value
*/
@@ -236,7 +236,7 @@ public Integer priority() {
}
/**
- * Set the priority value.
+ * Set priority associated with the job. Priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. The default value is 0.
*
* @param priority the priority value to set
* @return the JobCreateParameters object itself.
@@ -267,7 +267,7 @@ public JobCreateParameters withCluster(ResourceId cluster) {
}
/**
- * Get the mountVolumes value.
+ * Get these volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable.
*
* @return the mountVolumes value
*/
@@ -276,7 +276,7 @@ public MountVolumes mountVolumes() {
}
/**
- * Set the mountVolumes value.
+ * Set these volumes will be mounted before the job execution and will be unmouted after the job completion. The volumes will be mounted at location specified by $AZ_BATCHAI_JOB_MOUNT_ROOT environment variable.
*
* @param mountVolumes the mountVolumes value to set
* @return the JobCreateParameters object itself.
@@ -287,7 +287,7 @@ public JobCreateParameters withMountVolumes(MountVolumes mountVolumes) {
}
/**
- * Get the nodeCount value.
+ * Get the job will be gang scheduled on that many compute nodes.
*
* @return the nodeCount value
*/
@@ -296,7 +296,7 @@ public int nodeCount() {
}
/**
- * Set the nodeCount value.
+ * Set the job will be gang scheduled on that many compute nodes.
*
* @param nodeCount the nodeCount value to set
* @return the JobCreateParameters object itself.
@@ -307,7 +307,7 @@ public JobCreateParameters withNodeCount(int nodeCount) {
}
/**
- * Get the containerSettings value.
+ * Get if the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
*
* @return the containerSettings value
*/
@@ -316,7 +316,7 @@ public ContainerSettings containerSettings() {
}
/**
- * Set the containerSettings value.
+ * Set if the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
*
* @param containerSettings the containerSettings value to set
* @return the JobCreateParameters object itself.
@@ -467,7 +467,7 @@ public JobCreateParameters withCustomToolkitSettings(CustomToolkitSettings custo
}
/**
- * Get the jobPreparation value.
+ * Get the specified actions will run on all the nodes that are part of the job.
*
* @return the jobPreparation value
*/
@@ -476,7 +476,7 @@ public JobPreparation jobPreparation() {
}
/**
- * Set the jobPreparation value.
+ * Set the specified actions will run on all the nodes that are part of the job.
*
* @param jobPreparation the jobPreparation value to set
* @return the JobCreateParameters object itself.
@@ -487,7 +487,7 @@ public JobCreateParameters withJobPreparation(JobPreparation jobPreparation) {
}
/**
- * Get the stdOutErrPathPrefix value.
+ * Get the path where the Batch AI service will upload stdout and stderror of the job.
*
* @return the stdOutErrPathPrefix value
*/
@@ -496,7 +496,7 @@ public String stdOutErrPathPrefix() {
}
/**
- * Set the stdOutErrPathPrefix value.
+ * Set the path where the Batch AI service will upload stdout and stderror of the job.
*
* @param stdOutErrPathPrefix the stdOutErrPathPrefix value to set
* @return the JobCreateParameters object itself.
@@ -547,7 +547,7 @@ public JobCreateParameters withOutputDirectories(List outputDir
}
/**
- * Get the environmentVariables value.
+ * Get batch AI will setup these additional environment variables for the job.
*
* @return the environmentVariables value
*/
@@ -556,7 +556,7 @@ public List environmentVariables() {
}
/**
- * Set the environmentVariables value.
+ * Set batch AI will setup these additional environment variables for the job.
*
* @param environmentVariables the environmentVariables value to set
* @return the JobCreateParameters object itself.
@@ -567,7 +567,7 @@ public JobCreateParameters withEnvironmentVariables(List en
}
/**
- * Get the secrets value.
+ * Get batch AI will setup these additional environment variables for the job. Server will never report values of these variables back.
*
* @return the secrets value
*/
@@ -576,7 +576,7 @@ public List secrets() {
}
/**
- * Set the secrets value.
+ * Set batch AI will setup these additional environment variables for the job. Server will never report values of these variables back.
*
* @param secrets the secrets value to set
* @return the JobCreateParameters object itself.
@@ -587,7 +587,7 @@ public JobCreateParameters withSecrets(List
}
/**
- * Get the constraints value.
+ * Get constraints associated with the Job.
*
* @return the constraints value
*/
@@ -596,7 +596,7 @@ public JobBasePropertiesConstraints constraints() {
}
/**
- * Set the constraints value.
+ * Set constraints associated with the Job.
*
* @param constraints the constraints value to set
* @return the JobCreateParameters object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPreparation.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPreparation.java
index 6fc71f0115dc..ed6b75812f14 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPreparation.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPreparation.java
@@ -24,7 +24,7 @@ public class JobPreparation {
private String commandLine;
/**
- * Get the commandLine value.
+ * Get if containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.
*
* @return the commandLine value
*/
@@ -33,7 +33,7 @@ public String commandLine() {
}
/**
- * Set the commandLine value.
+ * Set if containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.
*
* @param commandLine the commandLine value to set
* @return the JobPreparation object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesConstraints.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesConstraints.java
index 6a0c8f168f4a..f5679d217ceb 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesConstraints.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesConstraints.java
@@ -23,7 +23,7 @@ public class JobPropertiesConstraints {
private Period maxWallClockTime;
/**
- * Get the maxWallClockTime value.
+ * Get default Value = 1 week.
*
* @return the maxWallClockTime value
*/
@@ -32,7 +32,7 @@ public Period maxWallClockTime() {
}
/**
- * Set the maxWallClockTime value.
+ * Set default Value = 1 week.
*
* @param maxWallClockTime the maxWallClockTime value to set
* @return the JobPropertiesConstraints object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesExecutionInfo.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesExecutionInfo.java
index eefbf3090ec8..c5778f333acd 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesExecutionInfo.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobPropertiesExecutionInfo.java
@@ -49,7 +49,7 @@ public class JobPropertiesExecutionInfo {
private List errors;
/**
- * Get the startTime value.
+ * Get 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.
*
* @return the startTime value
*/
@@ -58,7 +58,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.
*
* @param startTime the startTime value to set
* @return the JobPropertiesExecutionInfo object itself.
@@ -69,7 +69,7 @@ public JobPropertiesExecutionInfo withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get this property is only returned if the job is in completed state.
*
* @return the endTime value
*/
@@ -78,7 +78,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set this property is only returned if the job is in completed state.
*
* @param endTime the endTime value to set
* @return the JobPropertiesExecutionInfo object itself.
@@ -89,7 +89,7 @@ public JobPropertiesExecutionInfo withEndTime(DateTime endTime) {
}
/**
- * Get the exitCode value.
+ * Get this property is only returned if the job is in completed state.
*
* @return the exitCode value
*/
@@ -98,7 +98,7 @@ public Integer exitCode() {
}
/**
- * Set the exitCode value.
+ * Set this property is only returned if the job is in completed state.
*
* @param exitCode the exitCode value to set
* @return the JobPropertiesExecutionInfo object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java
index 0403d8640a42..5782834da61a 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListByResourceGroupOptions.java
@@ -36,7 +36,7 @@ public class JobsListByResourceGroupOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the JobsListByResourceGroupOptions object itself.
@@ -56,7 +56,7 @@ public JobsListByResourceGroupOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the JobsListByResourceGroupOptions object itself.
@@ -76,7 +76,7 @@ public JobsListByResourceGroupOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the JobsListByResourceGroupOptions object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java
index 67e0d94661b9..99f8e3cc80cb 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOptions.java
@@ -36,7 +36,7 @@ public class JobsListOptions {
private Integer maxResults;
/**
- * Get the filter value.
+ * Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @return the filter value
*/
@@ -45,7 +45,7 @@ public String filter() {
}
/**
- * Set the filter value.
+ * Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
*
* @param filter the filter value to set
* @return the JobsListOptions object itself.
@@ -56,7 +56,7 @@ public JobsListOptions withFilter(String filter) {
}
/**
- * Get the select value.
+ * Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @return the select value
*/
@@ -65,7 +65,7 @@ public String select() {
}
/**
- * Set the select value.
+ * Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
*
* @param select the select value to set
* @return the JobsListOptions object itself.
@@ -76,7 +76,7 @@ public JobsListOptions withSelect(String select) {
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -85,7 +85,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the JobsListOptions object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOutputFilesOptions.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOutputFilesOptions.java
index e0f174b480d6..0de881611971 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOutputFilesOptions.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/JobsListOutputFilesOptions.java
@@ -41,7 +41,7 @@ public class JobsListOutputFilesOptions {
private Integer maxResults;
/**
- * Get the outputdirectoryid value.
+ * Get id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.
*
* @return the outputdirectoryid value
*/
@@ -50,7 +50,7 @@ public String outputdirectoryid() {
}
/**
- * Set the outputdirectoryid value.
+ * Set id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.
*
* @param outputdirectoryid the outputdirectoryid value to set
* @return the JobsListOutputFilesOptions object itself.
@@ -61,7 +61,7 @@ public JobsListOutputFilesOptions withOutputdirectoryid(String outputdirectoryid
}
/**
- * Get the directory value.
+ * Get the path to the directory.
*
* @return the directory value
*/
@@ -70,7 +70,7 @@ public String directory() {
}
/**
- * Set the directory value.
+ * Set the path to the directory.
*
* @param directory the directory value to set
* @return the JobsListOutputFilesOptions object itself.
@@ -81,7 +81,7 @@ public JobsListOutputFilesOptions withDirectory(String directory) {
}
/**
- * Get the linkexpiryinminutes value.
+ * Get the number of minutes after which the download link will expire.
*
* @return the linkexpiryinminutes value
*/
@@ -90,7 +90,7 @@ public Integer linkexpiryinminutes() {
}
/**
- * Set the linkexpiryinminutes value.
+ * Set the number of minutes after which the download link will expire.
*
* @param linkexpiryinminutes the linkexpiryinminutes value to set
* @return the JobsListOutputFilesOptions object itself.
@@ -101,7 +101,7 @@ public JobsListOutputFilesOptions withLinkexpiryinminutes(Integer linkexpiryinmi
}
/**
- * Get the maxResults value.
+ * Get the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @return the maxResults value
*/
@@ -110,7 +110,7 @@ public Integer maxResults() {
}
/**
- * Set the maxResults value.
+ * Set the maximum number of items to return in the response. A maximum of 1000 files can be returned.
*
* @param maxResults the maxResults value to set
* @return the JobsListOutputFilesOptions object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ManualScaleSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ManualScaleSettings.java
index f819dc767e12..123ebf048dc8 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ManualScaleSettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ManualScaleSettings.java
@@ -32,7 +32,7 @@ public class ManualScaleSettings {
private DeallocationOption nodeDeallocationOption;
/**
- * Get the targetNodeCount value.
+ * Get default is 0. If autoScaleSettings are not specified, then the Cluster starts with this target.
*
* @return the targetNodeCount value
*/
@@ -41,7 +41,7 @@ public int targetNodeCount() {
}
/**
- * Set the targetNodeCount value.
+ * Set default is 0. If autoScaleSettings are not specified, then the Cluster starts with this target.
*
* @param targetNodeCount the targetNodeCount value to set
* @return the ManualScaleSettings object itself.
@@ -52,7 +52,7 @@ public ManualScaleSettings withTargetNodeCount(int targetNodeCount) {
}
/**
- * Get the nodeDeallocationOption value.
+ * Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'waitforjobcompletion', 'unknown'.
*
* @return the nodeDeallocationOption value
*/
@@ -61,7 +61,7 @@ public DeallocationOption nodeDeallocationOption() {
}
/**
- * Set the nodeDeallocationOption value.
+ * Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'waitforjobcompletion', 'unknown'.
*
* @param nodeDeallocationOption the nodeDeallocationOption value to set
* @return the ManualScaleSettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountSettings.java
index 34d765d9f814..203cf03c7af0 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountSettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountSettings.java
@@ -101,7 +101,7 @@ public MountSettings withFileServerInternalIP(String fileServerInternalIP) {
}
/**
- * Get the fileServerType value.
+ * Get possible values include: 'nfs', 'glusterfs'.
*
* @return the fileServerType value
*/
@@ -110,7 +110,7 @@ public FileServerType fileServerType() {
}
/**
- * Set the fileServerType value.
+ * Set possible values include: 'nfs', 'glusterfs'.
*
* @param fileServerType the fileServerType value to set
* @return the MountSettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountVolumes.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountVolumes.java
index f0065cf3a41b..c41d329a3dd9 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountVolumes.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/MountVolumes.java
@@ -46,7 +46,7 @@ public class MountVolumes {
private List unmanagedFileSystems;
/**
- * Get the azureFileShares value.
+ * Get references to Azure File Shares that are to be mounted to the cluster nodes.
*
* @return the azureFileShares value
*/
@@ -55,7 +55,7 @@ public List azureFileShares() {
}
/**
- * Set the azureFileShares value.
+ * Set references to Azure File Shares that are to be mounted to the cluster nodes.
*
* @param azureFileShares the azureFileShares value to set
* @return the MountVolumes object itself.
@@ -66,7 +66,7 @@ public MountVolumes withAzureFileShares(List azureFileS
}
/**
- * Get the azureBlobFileSystems value.
+ * Get references to Azure Blob FUSE that are to be mounted to the cluster nodes.
*
* @return the azureBlobFileSystems value
*/
@@ -75,7 +75,7 @@ public List azureBlobFileSystems() {
}
/**
- * Set the azureBlobFileSystems value.
+ * Set references to Azure Blob FUSE that are to be mounted to the cluster nodes.
*
* @param azureBlobFileSystems the azureBlobFileSystems value to set
* @return the MountVolumes object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java
index 4f71ac508a60..6665dc17768b 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/NodeSetup.java
@@ -62,7 +62,7 @@ public NodeSetup withSetupTask(SetupTask setupTask) {
}
/**
- * Get the mountVolumes value.
+ * Get specified mount volumes will be available to all jobs executing on the cluster. The volumes will be mounted at location specified by $AZ_BATCHAI_MOUNT_ROOT environment variable.
*
* @return the mountVolumes value
*/
@@ -71,7 +71,7 @@ public MountVolumes mountVolumes() {
}
/**
- * Set the mountVolumes value.
+ * Set specified mount volumes will be available to all jobs executing on the cluster. The volumes will be mounted at location specified by $AZ_BATCHAI_MOUNT_ROOT environment variable.
*
* @param mountVolumes the mountVolumes value to set
* @return the NodeSetup object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OperationDisplay.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OperationDisplay.java
index 29d35b09df49..0375fdcf7701 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OperationDisplay.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OperationDisplay.java
@@ -60,7 +60,7 @@ public OperationDisplay withProvider(String provider) {
}
/**
- * Get the operation value.
+ * Get for example: read, write, delete, or listKeys/action.
*
* @return the operation value
*/
@@ -69,7 +69,7 @@ public String operation() {
}
/**
- * Set the operation value.
+ * Set for example: read, write, delete, or listKeys/action.
*
* @param operation the operation value to set
* @return the OperationDisplay object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OutputDirectory.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OutputDirectory.java
index 2c0c691c585f..502217c69e6c 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OutputDirectory.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/OutputDirectory.java
@@ -62,7 +62,7 @@ public class OutputDirectory {
private Boolean createNew;
/**
- * Get the id value.
+ * Get the path of the output directory will be available as a value of an environment variable with AZ_BATCHAI_OUTPUT_<id> name, where <id> is the value of id attribute.
*
* @return the id value
*/
@@ -71,7 +71,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the path of the output directory will be available as a value of an environment variable with AZ_BATCHAI_OUTPUT_<id> name, where <id> is the value of id attribute.
*
* @param id the id value to set
* @return the OutputDirectory object itself.
@@ -82,7 +82,7 @@ public OutputDirectory withId(String id) {
}
/**
- * Get the pathPrefix value.
+ * Get nOTE: This is an absolute path to prefix. E.g. $AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs. You can find the full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.
*
* @return the pathPrefix value
*/
@@ -91,7 +91,7 @@ public String pathPrefix() {
}
/**
- * Set the pathPrefix value.
+ * Set nOTE: This is an absolute path to prefix. E.g. $AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs. You can find the full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.
*
* @param pathPrefix the pathPrefix value to set
* @return the OutputDirectory object itself.
@@ -102,7 +102,7 @@ public OutputDirectory withPathPrefix(String pathPrefix) {
}
/**
- * Get the pathSuffix value.
+ * Get the suffix path where the output directory will be created. E.g. models. You can find the full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.
*
* @return the pathSuffix value
*/
@@ -111,7 +111,7 @@ public String pathSuffix() {
}
/**
- * Set the pathSuffix value.
+ * Set the suffix path where the output directory will be created. E.g. models. You can find the full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.
*
* @param pathSuffix the pathSuffix value to set
* @return the OutputDirectory object itself.
@@ -122,7 +122,7 @@ public OutputDirectory withPathSuffix(String pathSuffix) {
}
/**
- * Get the type value.
+ * Get default value is Custom. The possible values are Model, Logs, Summary, and Custom. Users can use multiple enums for a single directory. Eg. outPutType='Model,Logs, Summary'. Possible values include: 'model', 'logs', 'summary', 'custom'.
*
* @return the type value
*/
@@ -131,7 +131,7 @@ public OutputType type() {
}
/**
- * Set the type value.
+ * Set default value is Custom. The possible values are Model, Logs, Summary, and Custom. Users can use multiple enums for a single directory. Eg. outPutType='Model,Logs, Summary'. Possible values include: 'model', 'logs', 'summary', 'custom'.
*
* @param type the type value to set
* @return the OutputDirectory object itself.
@@ -142,7 +142,7 @@ public OutputDirectory withType(OutputType type) {
}
/**
- * Get the createNew value.
+ * Get default is true. If false, then the directory is not created and can be any directory path that the user specifies.
*
* @return the createNew value
*/
@@ -151,7 +151,7 @@ public Boolean createNew() {
}
/**
- * Set the createNew value.
+ * Set default is true. If false, then the directory is not created and can be any directory path that the user specifies.
*
* @param createNew the createNew value to set
* @return the OutputDirectory object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PerformanceCountersSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PerformanceCountersSettings.java
index e3e5ef95bf7e..cdacb990b0f2 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PerformanceCountersSettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PerformanceCountersSettings.java
@@ -24,7 +24,7 @@ public class PerformanceCountersSettings {
private AppInsightsReference appInsightsReference;
/**
- * Get the appInsightsReference value.
+ * Get if provided, Batch AI will upload node performance counters to the corresponding Azure Application Insights account.
*
* @return the appInsightsReference value
*/
@@ -33,7 +33,7 @@ public AppInsightsReference appInsightsReference() {
}
/**
- * Set the appInsightsReference value.
+ * Set if provided, Batch AI will upload node performance counters to the corresponding Azure Application Insights account.
*
* @param appInsightsReference the appInsightsReference value to set
* @return the PerformanceCountersSettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PrivateRegistryCredentials.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PrivateRegistryCredentials.java
index 4b2203472357..f09ac6e3a38d 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PrivateRegistryCredentials.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PrivateRegistryCredentials.java
@@ -57,7 +57,7 @@ public PrivateRegistryCredentials withUsername(String username) {
}
/**
- * Get the password value.
+ * Get one of password or passwordSecretReference must be specified.
*
* @return the password value
*/
@@ -66,7 +66,7 @@ public String password() {
}
/**
- * Set the password value.
+ * Set one of password or passwordSecretReference must be specified.
*
* @param password the password value to set
* @return the PrivateRegistryCredentials object itself.
@@ -77,7 +77,7 @@ public PrivateRegistryCredentials withPassword(String password) {
}
/**
- * Get the passwordSecretReference value.
+ * Get users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of password or passwordSecretReference must be specified.
*
* @return the passwordSecretReference value
*/
@@ -86,7 +86,7 @@ public KeyVaultSecretReference passwordSecretReference() {
}
/**
- * Set the passwordSecretReference value.
+ * Set users can store their secrets in Azure KeyVault and pass it to the Batch AI Service to integrate with KeyVault. One of password or passwordSecretReference must be specified.
*
* @param passwordSecretReference the passwordSecretReference value to set
* @return the PrivateRegistryCredentials object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PyTorchSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PyTorchSettings.java
index e3e44e3e27c8..005dd5c39c75 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PyTorchSettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/PyTorchSettings.java
@@ -108,7 +108,7 @@ public PyTorchSettings withCommandLineArgs(String commandLineArgs) {
}
/**
- * Get the processCount value.
+ * Get the default value for this property is equal to nodeCount property.
*
* @return the processCount value
*/
@@ -117,7 +117,7 @@ public Integer processCount() {
}
/**
- * Set the processCount value.
+ * Set the default value for this property is equal to nodeCount property.
*
* @param processCount the processCount value to set
* @return the PyTorchSettings object itself.
@@ -128,7 +128,7 @@ public PyTorchSettings withProcessCount(Integer processCount) {
}
/**
- * Get the communicationBackend value.
+ * Get valid values are 'TCP', 'Gloo' or 'MPI'. Not required for non-distributed jobs.
*
* @return the communicationBackend value
*/
@@ -137,7 +137,7 @@ public String communicationBackend() {
}
/**
- * Set the communicationBackend value.
+ * Set valid values are 'TCP', 'Gloo' or 'MPI'. Not required for non-distributed jobs.
*
* @param communicationBackend the communicationBackend value to set
* @return the PyTorchSettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ResourceId.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ResourceId.java
index f35c7cf768f7..d66fedf4eb21 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ResourceId.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/ResourceId.java
@@ -22,7 +22,7 @@ public class ResourceId {
private String id;
/**
- * Get the id value.
+ * Get the ID of the resource.
*
* @return the id value
*/
@@ -31,7 +31,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the ID of the resource.
*
* @param id the id value to set
* @return the ResourceId object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java
index 415d739d5817..17eea82cf43b 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SetupTask.java
@@ -104,7 +104,7 @@ public SetupTask withEnvironmentVariables(List environmentV
}
/**
- * Get the secrets value.
+ * Get server will never report values of these variables back.
*
* @return the secrets value
*/
@@ -113,7 +113,7 @@ public List secrets() {
}
/**
- * Set the secrets value.
+ * Set server will never report values of these variables back.
*
* @param secrets the secrets value to set
* @return the SetupTask object itself.
@@ -124,7 +124,7 @@ public SetupTask withSecrets(List secrets) {
}
/**
- * Get the runElevated value.
+ * Get note. Non-elevated tasks are run under an account added into sudoer list and can perform sudo when required.
*
* @return the runElevated value
*/
@@ -133,7 +133,7 @@ public Boolean runElevated() {
}
/**
- * Set the runElevated value.
+ * Set note. Non-elevated tasks are run under an account added into sudoer list and can perform sudo when required.
*
* @param runElevated the runElevated value to set
* @return the SetupTask object itself.
@@ -144,7 +144,7 @@ public SetupTask withRunElevated(Boolean runElevated) {
}
/**
- * Get the stdOutErrPathPrefix value.
+ * Get the prefix of a path where the Batch AI service will upload the stdout and stderr of the setup task.
*
* @return the stdOutErrPathPrefix value
*/
@@ -153,7 +153,7 @@ public String stdOutErrPathPrefix() {
}
/**
- * Set the stdOutErrPathPrefix value.
+ * Set the prefix of a path where the Batch AI service will upload the stdout and stderr of the setup task.
*
* @param stdOutErrPathPrefix the stdOutErrPathPrefix value to set
* @return the SetupTask object itself.
@@ -164,7 +164,7 @@ public SetupTask withStdOutErrPathPrefix(String stdOutErrPathPrefix) {
}
/**
- * Get the stdOutErrPathSuffix value.
+ * Get batch AI creates the setup task output directories under an unique path to avoid conflicts between different clusters. You can concatinate stdOutErrPathPrefix and stdOutErrPathSuffix to get the full path to the output directory.
*
* @return the stdOutErrPathSuffix value
*/
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SshConfiguration.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SshConfiguration.java
index d37b2b094e79..d69e33622e1d 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SshConfiguration.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/SshConfiguration.java
@@ -30,7 +30,7 @@ public class SshConfiguration {
private UserAccountSettings userAccountSettings;
/**
- * Get the publicIPsToAllow value.
+ * Get default value is '*' can be used to match all source IPs. Maximum number of IP ranges that can be specified are 400.
*
* @return the publicIPsToAllow value
*/
@@ -39,7 +39,7 @@ public List publicIPsToAllow() {
}
/**
- * Set the publicIPsToAllow value.
+ * Set default value is '*' can be used to match all source IPs. Maximum number of IP ranges that can be specified are 400.
*
* @param publicIPsToAllow the publicIPsToAllow value to set
* @return the SshConfiguration object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java
index 9bbcb939f039..166e07506ef5 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/TensorFlowSettings.java
@@ -127,7 +127,7 @@ public TensorFlowSettings withMasterCommandLineArgs(String masterCommandLineArgs
}
/**
- * Get the workerCommandLineArgs value.
+ * Get this property is optional for single machine training.
*
* @return the workerCommandLineArgs value
*/
@@ -136,7 +136,7 @@ public String workerCommandLineArgs() {
}
/**
- * Set the workerCommandLineArgs value.
+ * Set this property is optional for single machine training.
*
* @param workerCommandLineArgs the workerCommandLineArgs value to set
* @return the TensorFlowSettings object itself.
@@ -147,7 +147,7 @@ public TensorFlowSettings withWorkerCommandLineArgs(String workerCommandLineArgs
}
/**
- * Get the parameterServerCommandLineArgs value.
+ * Get this property is optional for single machine training.
*
* @return the parameterServerCommandLineArgs value
*/
@@ -156,7 +156,7 @@ public String parameterServerCommandLineArgs() {
}
/**
- * Set the parameterServerCommandLineArgs value.
+ * Set this property is optional for single machine training.
*
* @param parameterServerCommandLineArgs the parameterServerCommandLineArgs value to set
* @return the TensorFlowSettings object itself.
@@ -167,7 +167,7 @@ public TensorFlowSettings withParameterServerCommandLineArgs(String parameterSer
}
/**
- * Get the workerCount value.
+ * Get if specified, the value must be less than or equal to (nodeCount * numberOfGPUs per VM). If not specified, the default value is equal to nodeCount. This property can be specified only for distributed TensorFlow training.
*
* @return the workerCount value
*/
@@ -176,7 +176,7 @@ public Integer workerCount() {
}
/**
- * Set the workerCount value.
+ * Set if specified, the value must be less than or equal to (nodeCount * numberOfGPUs per VM). If not specified, the default value is equal to nodeCount. This property can be specified only for distributed TensorFlow training.
*
* @param workerCount the workerCount value to set
* @return the TensorFlowSettings object itself.
@@ -187,7 +187,7 @@ public TensorFlowSettings withWorkerCount(Integer workerCount) {
}
/**
- * Get the parameterServerCount value.
+ * Get if specified, the value must be less than or equal to nodeCount. If not specified, the default value is equal to 1 for distributed TensorFlow training (This property is not applicable for single machine training). This property can be specified only for distributed TensorFlow training.
*
* @return the parameterServerCount value
*/
@@ -196,7 +196,7 @@ public Integer parameterServerCount() {
}
/**
- * Set the parameterServerCount value.
+ * Set if specified, the value must be less than or equal to nodeCount. If not specified, the default value is equal to 1 for distributed TensorFlow training (This property is not applicable for single machine training). This property can be specified only for distributed TensorFlow training.
*
* @param parameterServerCount the parameterServerCount value to set
* @return the TensorFlowSettings object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UnmanagedFileSystemReference.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UnmanagedFileSystemReference.java
index a29b92261496..3dc5f8171ee5 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UnmanagedFileSystemReference.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UnmanagedFileSystemReference.java
@@ -51,7 +51,7 @@ public UnmanagedFileSystemReference withMountCommand(String mountCommand) {
}
/**
- * Get the relativeMountPath value.
+ * Get note that all cluster level unmanaged file system will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level unmanaged file system will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @return the relativeMountPath value
*/
@@ -60,7 +60,7 @@ public String relativeMountPath() {
}
/**
- * Set the relativeMountPath value.
+ * Set note that all cluster level unmanaged file system will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and job level unmanaged file system will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
*
* @param relativeMountPath the relativeMountPath value to set
* @return the UnmanagedFileSystemReference object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UsageName.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UsageName.java
index 6cec0d5bf4cf..20f04ed1d2fe 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UsageName.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/UsageName.java
@@ -27,7 +27,7 @@ public class UsageName {
private String localizedValue;
/**
- * Get the value value.
+ * Get the name of the resource.
*
* @return the value value
*/
@@ -36,7 +36,7 @@ public String value() {
}
/**
- * Set the value value.
+ * Set the name of the resource.
*
* @param value the value value to set
* @return the UsageName object itself.
@@ -47,7 +47,7 @@ public UsageName withValue(String value) {
}
/**
- * Get the localizedValue value.
+ * Get the localized name of the resource.
*
* @return the localizedValue value
*/
@@ -56,7 +56,7 @@ public String localizedValue() {
}
/**
- * Set the localizedValue value.
+ * Set the localized name of the resource.
*
* @param localizedValue the localizedValue value to set
* @return the UsageName object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java
index 43dac98c6a8a..299d595be580 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClusterInner.java
@@ -148,7 +148,7 @@ public class ClusterInner extends Resource {
private NodeStateCounts nodeStateCounts;
/**
- * Get the vmSize value.
+ * Get all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @return the vmSize value
*/
@@ -157,7 +157,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set all virtual machines in a cluster are the same size. For information about available VM sizes for clusters using images from the Virtual Machines Marketplace (see Sizes for Virtual Machines (Linux) or Sizes for Virtual Machines (Windows). Batch AI service supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @param vmSize the vmSize value to set
* @return the ClusterInner object itself.
@@ -168,7 +168,7 @@ public ClusterInner withVmSize(String vmSize) {
}
/**
- * Get the vmPriority value.
+ * Get the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'.
*
* @return the vmPriority value
*/
@@ -177,7 +177,7 @@ public VmPriority vmPriority() {
}
/**
- * Set the vmPriority value.
+ * Set the default value is dedicated. The node can get preempted while the task is running if lowpriority is choosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'.
*
* @param vmPriority the vmPriority value to set
* @return the ClusterInner object itself.
@@ -297,7 +297,7 @@ public DateTime creationTime() {
}
/**
- * Get the provisioningState value.
+ * Get possible value are: creating - Specifies that the cluster is being created. succeeded - Specifies that the cluster has been created successfully. failed - Specifies that the cluster creation has failed. deleting - Specifies that the cluster is being deleted. Possible values include: 'creating', 'succeeded', 'failed', 'deleting'.
*
* @return the provisioningState value
*/
@@ -315,7 +315,7 @@ public DateTime provisioningStateTransitionTime() {
}
/**
- * Get the allocationState value.
+ * Get possible values are: steady and resizing. steady state indicates that the cluster is not resizing. There are no changes to the number of compute nodes in the cluster in progress. A cluster enters this state when it is created and when no operations are being performed on the cluster to change the number of compute nodes. resizing state indicates that the cluster is resizing; that is, compute nodes are being added to or removed from the cluster. Possible values include: 'steady', 'resizing'.
*
* @return the allocationState value
*/
@@ -333,7 +333,7 @@ public DateTime allocationStateTransitionTime() {
}
/**
- * Get the errors value.
+ * Get this element contains all the errors encountered by various compute nodes during node setup.
*
* @return the errors value
*/
@@ -342,7 +342,7 @@ public List errors() {
}
/**
- * Set the errors value.
+ * Set this element contains all the errors encountered by various compute nodes during node setup.
*
* @param errors the errors value to set
* @return the ClusterInner object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClustersImpl.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClustersImpl.java
index b8cd2a134e46..6d9d9ed56cd3 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClustersImpl.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/ClustersImpl.java
@@ -79,41 +79,22 @@ public PagedList listByResourceGroup(String resourceGroupName) {
return this.wrapList(client.listByResourceGroup(resourceGroupName));
}
- private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- ClustersInner client = this.inner();
- return client.listByResourceGroupNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listByResourceGroupNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listByResourceGroupAsync(String resourceGroupName) {
ClustersInner client = this.inner();
return client.listByResourceGroupAsync(resourceGroupName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listByResourceGroupNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Cluster call(ClusterInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -122,41 +103,22 @@ public PagedList list() {
return this.wrapList(client.list());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- ClustersInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync() {
ClustersInner client = this.inner();
return client.listAsync()
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Cluster call(ClusterInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -164,41 +126,22 @@ public ClusterImpl define(String name) {
return wrapModel(name);
}
- private Observable> listRemoteLoginInformationNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- ClustersInner client = this.inner();
- return client.listRemoteLoginInformationNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listRemoteLoginInformationNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listRemoteLoginInformationAsync(final String resourceGroupName, final String clusterName) {
ClustersInner client = this.inner();
return client.listRemoteLoginInformationAsync(resourceGroupName, clusterName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listRemoteLoginInformationNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public RemoteLoginInformation call(RemoteLoginInformationInner inner) {
return new RemoteLoginInformationImpl(inner, manager());
}
- });
+ });
}
@Override
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileInner.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileInner.java
index 26ffa6b5cabd..6ee3fb4f0c2c 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileInner.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileInner.java
@@ -51,7 +51,7 @@ public class FileInner {
private Long contentLength;
/**
- * Get the name value.
+ * Get name of the file.
*
* @return the name value
*/
@@ -60,7 +60,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set name of the file.
*
* @param name the name value to set
* @return the FileInner object itself.
@@ -71,7 +71,7 @@ public FileInner withName(String name) {
}
/**
- * Get the isDirectory value.
+ * Get indicates if the file is a directory.
*
* @return the isDirectory value
*/
@@ -80,7 +80,7 @@ public boolean isDirectory() {
}
/**
- * Set the isDirectory value.
+ * Set indicates if the file is a directory.
*
* @param isDirectory the isDirectory value to set
* @return the FileInner object itself.
@@ -111,7 +111,7 @@ public FileInner withDownloadUrl(String downloadUrl) {
}
/**
- * Get the lastModified value.
+ * Get the time at which the file was last modified.
*
* @return the lastModified value
*/
@@ -120,7 +120,7 @@ public DateTime lastModified() {
}
/**
- * Set the lastModified value.
+ * Set the time at which the file was last modified.
*
* @param lastModified the lastModified value to set
* @return the FileInner object itself.
@@ -131,7 +131,7 @@ public FileInner withLastModified(DateTime lastModified) {
}
/**
- * Get the contentLength value.
+ * Get the file size.
*
* @return the contentLength value
*/
@@ -140,7 +140,7 @@ public Long contentLength() {
}
/**
- * Set the contentLength value.
+ * Set the file size.
*
* @param contentLength the contentLength value to set
* @return the FileInner object itself.
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServerInner.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServerInner.java
index 0bac30f1f1c7..a35bc269f960 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServerInner.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServerInner.java
@@ -84,7 +84,7 @@ public class FileServerInner extends Resource {
private FileServerProvisioningState provisioningState;
/**
- * Get the vmSize value.
+ * Get for information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @return the vmSize value
*/
@@ -93,7 +93,7 @@ public String vmSize() {
}
/**
- * Set the vmSize value.
+ * Set for information about available VM sizes for File Server from the Virtual Machines Marketplace, see Sizes for Virtual Machines (Linux).
*
* @param vmSize the vmSize value to set
* @return the FileServerInner object itself.
@@ -191,7 +191,7 @@ public DateTime creationTime() {
}
/**
- * Get the provisioningState value.
+ * Get possible values: creating - The File Server is getting created. updating - The File Server creation has been accepted and it is getting updated. deleting - The user has requested that the File Server be deleted, and it is in the process of being deleted. failed - The File Server creation has failed with the specified errorCode. Details about the error code are specified in the message field. succeeded - The File Server creation has succeeded. Possible values include: 'creating', 'updating', 'deleting', 'succeeded', 'failed'.
*
* @return the provisioningState value
*/
diff --git a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServersImpl.java b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServersImpl.java
index f78921a52d09..4c374c13c083 100644
--- a/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServersImpl.java
+++ b/batchai/resource-manager/v2018_03_01/src/main/java/com/microsoft/azure/management/batchai/v2018_03_01/implementation/FileServersImpl.java
@@ -78,41 +78,22 @@ public PagedList listByResourceGroup(String resourceGroupName) {
return this.wrapList(client.listByResourceGroup(resourceGroupName));
}
- private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- FileServersInner client = this.inner();
- return client.listByResourceGroupNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page