class ProjectsLocationsDatasetsSavedQueries extends Resource (View source)

The "savedQueries" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $savedQueries = $aiplatformService->projects_locations_datasets_savedQueries;

Methods

delete(string $name, array $optParams = [])

Deletes a SavedQuery. (savedQueries.delete)

listProjectsLocationsDatasetsSavedQueries(string $parent, array $optParams = [])

Lists SavedQueries in a Dataset.

Details

GoogleLongrunningOperation delete(string $name, array $optParams = [])

Deletes a SavedQuery. (savedQueries.delete)

Parameters

string $name

Required. The resource name of the SavedQuery to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQuer ies/{saved_query}

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleCloudAiplatformV1ListSavedQueriesResponse listProjectsLocationsDatasetsSavedQueries(string $parent, array $optParams = [])

Lists SavedQueries in a Dataset.

(savedQueries.listProjectsLocationsDatasetsSavedQueries)

Parameters

string $parent

Required. The resource name of the Dataset to list SavedQueries from. Format: projects/{project}/locations/{location}/datasets/{dataset}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListSavedQueriesResponse

Exceptions

Exception