Uses of Class
com.google.cloud.aiplatform.v1beta1.PersistentResourceName
-
Packages that use PersistentResourceName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of PersistentResourceName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return PersistentResourceName Modifier and Type Method Description PersistentResourceName
PersistentResourceName.Builder. build()
static PersistentResourceName
PersistentResourceName. of(String project, String location, String persistentResource)
static PersistentResourceName
PersistentResourceName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type PersistentResourceName Modifier and Type Method Description static List<PersistentResourceName>
PersistentResourceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type PersistentResourceName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
PersistentResourceServiceClient. deletePersistentResourceAsync(PersistentResourceName name)
Deletes a PersistentResource.PersistentResource
PersistentResourceServiceClient. getPersistentResource(PersistentResourceName name)
Gets a PersistentResource.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type PersistentResourceName Modifier and Type Method Description static List<String>
PersistentResourceName. toStringList(List<PersistentResourceName> values)
-