Uses of Class
com.azure.resourcemanager.machinelearning.models.BatchDeploymentTrackedResourceArmPaginatedResult
-
Packages that use BatchDeploymentTrackedResourceArmPaginatedResult Package Description com.azure.resourcemanager.machinelearning.models Package containing the data models for AzureMachineLearningWorkspaces. -
-
Uses of BatchDeploymentTrackedResourceArmPaginatedResult in com.azure.resourcemanager.machinelearning.models
Methods in com.azure.resourcemanager.machinelearning.models that return BatchDeploymentTrackedResourceArmPaginatedResult Modifier and Type Method Description BatchDeploymentTrackedResourceArmPaginatedResult
BatchDeploymentTrackedResourceArmPaginatedResult. withNextLink(String nextLink)
Set the nextLink property: The link to the next page of BatchDeployment objects.BatchDeploymentTrackedResourceArmPaginatedResult
BatchDeploymentTrackedResourceArmPaginatedResult. withValue(List<BatchDeploymentDataInner> value)
Set the value property: An array of objects of type BatchDeployment.
-