Uses of Class
com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolName
-
Packages that use DeploymentResourcePoolName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of DeploymentResourcePoolName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DeploymentResourcePoolName Modifier and Type Method Description DeploymentResourcePoolName
DeploymentResourcePoolName.Builder. build()
static DeploymentResourcePoolName
DeploymentResourcePoolName. of(String project, String location, String deploymentResourcePool)
static DeploymentResourcePoolName
DeploymentResourcePoolName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type DeploymentResourcePoolName Modifier and Type Method Description static List<DeploymentResourcePoolName>
DeploymentResourcePoolName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type DeploymentResourcePoolName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
DeploymentResourcePoolServiceClient. deleteDeploymentResourcePoolAsync(DeploymentResourcePoolName name)
Delete a DeploymentResourcePool.DeploymentResourcePool
DeploymentResourcePoolServiceClient. getDeploymentResourcePool(DeploymentResourcePoolName name)
Get a DeploymentResourcePool.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type DeploymentResourcePoolName Modifier and Type Method Description static List<String>
DeploymentResourcePoolName. toStringList(List<DeploymentResourcePoolName> values)
-