Skip to content

Commit

Permalink
[AutoPR batchai/resource-manager] typo: batchai/resource-manager/Micr…
Browse files Browse the repository at this point in the history
…osoft.BatchAI/BatchAI (#2645)

* Generated from b3f4961eaf9134e18bb570f2e3d659eaa2fbe0ea

typo: batchai/resource-manager/Microsoft.BatchAI/BatchAI

- abouth -> about
- everytime -> every time
- choosen -> chosen
- succesfully -> successfully
- downloand -> download
- parmeter -> parameter
- respnose -> response
- instumentation -> instrumentation
- concatinate -> concatenate
- unmouted -> unmounted
- mouted -> mounted

* Generated from fbe3a9ac67fcee736e647faf37b2bfb8c0bd6cd2

typo: batchai/resource-manager/Microsoft.BatchAI/BatchAI

- abouth -> about
- everytime -> every time
- choosen -> chosen
- succesfully -> successfully
- downloand -> download
- parmeter -> parameter
- respnose -> response
- instumentation -> instrumentation
- concatinate -> concatenate
- unmouted -> unmounted
- mouted -> mounted
  • Loading branch information
AutorestCI authored Nov 24, 2018
1 parent 2b49068 commit 54db77a
Show file tree
Hide file tree
Showing 30 changed files with 130 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
public class ClustersListByResourceGroupOptions {
/**
* An OData $filter clause.. Used to filter results that are returned in
* the GET respnose.
* An OData $filter clause. Used to filter results that are returned in the
* GET response.
*/
@JsonProperty(value = "")
private String filter;

/**
* An OData $select clause. Used to select the properties to be returned in
* the GET respnose.
* the GET response.
*/
@JsonProperty(value = "")
private String select;
Expand All @@ -36,7 +36,7 @@ public class ClustersListByResourceGroupOptions {
private Integer maxResults;

/**
* Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Get an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @return the filter value
*/
Expand All @@ -45,7 +45,7 @@ public String filter() {
}

/**
* Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Set an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @param filter the filter value to set
* @return the ClustersListByResourceGroupOptions object itself.
Expand All @@ -56,7 +56,7 @@ public ClustersListByResourceGroupOptions withFilter(String filter) {
}

/**
* Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Get an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @return the select value
*/
Expand All @@ -65,7 +65,7 @@ public String select() {
}

/**
* Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Set an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @param select the select value to set
* @return the ClustersListByResourceGroupOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
public class ClustersListOptions {
/**
* An OData $filter clause.. Used to filter results that are returned in
* the GET respnose.
* An OData $filter clause. Used to filter results that are returned in the
* GET response.
*/
@JsonProperty(value = "")
private String filter;

/**
* An OData $select clause. Used to select the properties to be returned in
* the GET respnose.
* the GET response.
*/
@JsonProperty(value = "")
private String select;
Expand All @@ -36,7 +36,7 @@ public class ClustersListOptions {
private Integer maxResults;

/**
* Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Get an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @return the filter value
*/
Expand All @@ -45,7 +45,7 @@ public String filter() {
}

/**
* Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Set an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @param filter the filter value to set
* @return the ClustersListOptions object itself.
Expand All @@ -56,7 +56,7 @@ public ClustersListOptions withFilter(String filter) {
}

/**
* Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Get an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @return the select value
*/
Expand All @@ -65,7 +65,7 @@ public String select() {
}

/**
* Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Set an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @param select the select value to set
* @return the ClustersListOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
public class FileServersListByResourceGroupOptions {
/**
* An OData $filter clause.. Used to filter results that are returned in
* the GET respnose.
* An OData $filter clause. Used to filter results that are returned in the
* GET response.
*/
@JsonProperty(value = "")
private String filter;

/**
* An OData $select clause. Used to select the properties to be returned in
* the GET respnose.
* the GET response.
*/
@JsonProperty(value = "")
private String select;
Expand All @@ -36,7 +36,7 @@ public class FileServersListByResourceGroupOptions {
private Integer maxResults;

/**
* Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Get an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @return the filter value
*/
Expand All @@ -45,7 +45,7 @@ public String filter() {
}

/**
* Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Set an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @param filter the filter value to set
* @return the FileServersListByResourceGroupOptions object itself.
Expand All @@ -56,7 +56,7 @@ public FileServersListByResourceGroupOptions withFilter(String filter) {
}

/**
* Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Get an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @return the select value
*/
Expand All @@ -65,7 +65,7 @@ public String select() {
}

/**
* Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Set an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @param select the select value to set
* @return the FileServersListByResourceGroupOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
public class FileServersListOptions {
/**
* An OData $filter clause.. Used to filter results that are returned in
* the GET respnose.
* An OData $filter clause. Used to filter results that are returned in the
* GET response.
*/
@JsonProperty(value = "")
private String filter;

/**
* An OData $select clause. Used to select the properties to be returned in
* the GET respnose.
* the GET response.
*/
@JsonProperty(value = "")
private String select;
Expand All @@ -36,7 +36,7 @@ public class FileServersListOptions {
private Integer maxResults;

/**
* Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Get an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @return the filter value
*/
Expand All @@ -45,7 +45,7 @@ public String filter() {
}

/**
* Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Set an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @param filter the filter value to set
* @return the FileServersListOptions object itself.
Expand All @@ -56,7 +56,7 @@ public FileServersListOptions withFilter(String filter) {
}

/**
* Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Get an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @return the select value
*/
Expand All @@ -65,7 +65,7 @@ public String select() {
}

/**
* Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Set an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @param select the select value to set
* @return the FileServersListOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
public class JobsListByResourceGroupOptions {
/**
* An OData $filter clause.. Used to filter results that are returned in
* the GET respnose.
* An OData $filter clause. Used to filter results that are returned in the
* GET response.
*/
@JsonProperty(value = "")
private String filter;

/**
* An OData $select clause. Used to select the properties to be returned in
* the GET respnose.
* the GET response.
*/
@JsonProperty(value = "")
private String select;
Expand All @@ -36,7 +36,7 @@ public class JobsListByResourceGroupOptions {
private Integer maxResults;

/**
* Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Get an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @return the filter value
*/
Expand All @@ -45,7 +45,7 @@ public String filter() {
}

/**
* Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Set an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @param filter the filter value to set
* @return the JobsListByResourceGroupOptions object itself.
Expand All @@ -56,7 +56,7 @@ public JobsListByResourceGroupOptions withFilter(String filter) {
}

/**
* Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Get an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @return the select value
*/
Expand All @@ -65,7 +65,7 @@ public String select() {
}

/**
* Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Set an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @param select the select value to set
* @return the JobsListByResourceGroupOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
*/
public class JobsListOptions {
/**
* An OData $filter clause.. Used to filter results that are returned in
* the GET respnose.
* An OData $filter clause. Used to filter results that are returned in the
* GET response.
*/
@JsonProperty(value = "")
private String filter;

/**
* An OData $select clause. Used to select the properties to be returned in
* the GET respnose.
* the GET response.
*/
@JsonProperty(value = "")
private String select;
Expand All @@ -36,7 +36,7 @@ public class JobsListOptions {
private Integer maxResults;

/**
* Get an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Get an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @return the filter value
*/
Expand All @@ -45,7 +45,7 @@ public String filter() {
}

/**
* Set an OData $filter clause.. Used to filter results that are returned in the GET respnose.
* Set an OData $filter clause. Used to filter results that are returned in the GET response.
*
* @param filter the filter value to set
* @return the JobsListOptions object itself.
Expand All @@ -56,7 +56,7 @@ public JobsListOptions withFilter(String filter) {
}

/**
* Get an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Get an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @return the select value
*/
Expand All @@ -65,7 +65,7 @@ public String select() {
}

/**
* Set an OData $select clause. Used to select the properties to be returned in the GET respnose.
* Set an OData $select clause. Used to select the properties to be returned in the GET response.
*
* @param select the select value to set
* @return the JobsListOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class NodeSetup {
/**
* Specifies a setup task which can be used to customize the compute nodes
* of the cluster. The NodeSetup task runs everytime a VM is rebooted. For
* of the cluster. The NodeSetup task runs every time a VM is rebooted. For
* that reason the task code needs to be idempotent. Generally it is used
* to either download static data that is required for all jobs that run on
* the cluster VMs or to download/install software.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class TensorFlowSettings {
private Integer workerCount;

/**
* The number of parmeter server tasks.
* The number of parameter server tasks.
* 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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class ClusterInner extends Resource {
/**
* dedicated or lowpriority.
* 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
* task is running if lowpriority is chosen. This is best suited if the
* workload is checkpointing and can be restarted. Possible values include:
* 'dedicated', 'lowpriority'.
*/
Expand Down Expand Up @@ -168,7 +168,7 @@ public ClusterInner withVmSize(String vmSize) {
}

/**
* 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'.
* Get the default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted. Possible values include: 'dedicated', 'lowpriority'.
*
* @return the vmPriority value
*/
Expand All @@ -177,7 +177,7 @@ public VmPriority vmPriority() {
}

/**
* 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'.
* Set the default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class FileInner {
private String name;

/**
* file downloand url, example:
* file download url, example:
* https://mystg.blob.core.windows.net/mycontainer/myModel_1.dnn.
* 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
Expand Down
Loading

0 comments on commit 54db77a

Please sign in to comment.