Uses of Class
com.azure.resourcemanager.machinelearning.models.EndpointComputeType
-
Packages that use EndpointComputeType Package Description com.azure.resourcemanager.machinelearning.fluent Package containing the service clients for AzureMachineLearningWorkspaces.com.azure.resourcemanager.machinelearning.models Package containing the data models for AzureMachineLearningWorkspaces. -
-
Uses of EndpointComputeType in com.azure.resourcemanager.machinelearning.fluent
Methods in com.azure.resourcemanager.machinelearning.fluent with parameters of type EndpointComputeType Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OnlineEndpointDataInner>
OnlineEndpointsClient. list(String resourceGroupName, String workspaceName, String name, Integer count, EndpointComputeType computeType, String skip, String tags, String properties, OrderString orderBy, com.azure.core.util.Context context)
List Online Endpoints. -
Uses of EndpointComputeType in com.azure.resourcemanager.machinelearning.models
Fields in com.azure.resourcemanager.machinelearning.models declared as EndpointComputeType Modifier and Type Field Description static EndpointComputeType
EndpointComputeType. AZURE_MLCOMPUTE
Static value AzureMLCompute for EndpointComputeType.static EndpointComputeType
EndpointComputeType. KUBERNETES
Static value Kubernetes for EndpointComputeType.static EndpointComputeType
EndpointComputeType. MANAGED
Static value Managed for EndpointComputeType.Methods in com.azure.resourcemanager.machinelearning.models that return EndpointComputeType Modifier and Type Method Description static EndpointComputeType
EndpointComputeType. fromString(String name)
Creates or finds a EndpointComputeType from its string representation.Methods in com.azure.resourcemanager.machinelearning.models that return types with arguments of type EndpointComputeType Modifier and Type Method Description static Collection<EndpointComputeType>
EndpointComputeType. values()
Gets known EndpointComputeType values.Methods in com.azure.resourcemanager.machinelearning.models with parameters of type EndpointComputeType Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OnlineEndpointData>
OnlineEndpoints. list(String resourceGroupName, String workspaceName, String name, Integer count, EndpointComputeType computeType, String skip, String tags, String properties, OrderString orderBy, com.azure.core.util.Context context)
List Online Endpoints.
-