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 PersistentResourceNamePersistentResourceName.Builder. build()static PersistentResourceNamePersistentResourceName. of(String project, String location, String persistentResource)static PersistentResourceNamePersistentResourceName. 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.PersistentResourcePersistentResourceServiceClient. 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)
-