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