Generated from protobuf messagegoogle.cloud.automl.v1.ListDatasetsRequest
Namespace
Google \ Cloud \ AutoMl \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the project from which to list datasets.
↳ filter
string
An expression for filtering the results of the request. * *dataset_metadata- for existence of the case (e.g.image_classification_dataset_metadata:*). Some examples of using the filter are: * *translation_dataset_metadata:*--> The dataset hastranslation_dataset_metadata.
↳ page_size
int
Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Cloud AutoML V1 Client - Class ListDatasetsRequest (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-automl/latest/V1.ListDatasetsRequest)\n- [2.0.4](/php/docs/reference/cloud-automl/2.0.4/V1.ListDatasetsRequest)\n- [1.6.5](/php/docs/reference/cloud-automl/1.6.5/V1.ListDatasetsRequest)\n- [1.5.4](/php/docs/reference/cloud-automl/1.5.4/V1.ListDatasetsRequest)\n- [1.4.17](/php/docs/reference/cloud-automl/1.4.17/V1.ListDatasetsRequest) \nReference documentation and code samples for the Cloud AutoML V1 Client class ListDatasetsRequest.\n\nRequest message for [AutoMl.ListDatasets](/php/docs/reference/cloud-automl/latest/V1.Client.AutoMlClient#_Google_Cloud_AutoMl_V1_Client_AutoMlClient__listDatasets__).\n\nGenerated from protobuf message `google.cloud.automl.v1.ListDatasetsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AutoMl \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The resource name of the project from which to list datasets.\n\n### setParent\n\nRequired. The resource name of the project from which to list datasets.\n\n### getFilter\n\nAn expression for filtering the results of the request.\n\n- `dataset_metadata` - for existence of the case (e.g. `image_classification_dataset_metadata:*`). Some examples of using the filter are:\n - `translation_dataset_metadata:*` --\\\u003e The dataset has `translation_dataset_metadata`.\n\n### setFilter\n\nAn expression for filtering the results of the request.\n\n- `dataset_metadata` - for existence of the case (e.g. `image_classification_dataset_metadata:*`). Some examples of using the filter are:\n - `translation_dataset_metadata:*` --\\\u003e The dataset has `translation_dataset_metadata`.\n\n### getPageSize\n\nRequested page size. Server may return fewer results than requested.\n\nIf unspecified, server will pick a default size.\n\n### setPageSize\n\nRequested page size. Server may return fewer results than requested.\n\nIf unspecified, server will pick a default size.\n\n### getPageToken\n\nA token identifying a page of results for the server to return\nTypically obtained via\n[ListDatasetsResponse.next_page_token](/php/docs/reference/cloud-automl/latest/V1.ListDatasetsResponse#_Google_Cloud_AutoMl_V1_ListDatasetsResponse__getNextPageToken__) of the previous\n[AutoMl.ListDatasets](/php/docs/reference/cloud-automl/latest/V1.Client.AutoMlClient#_Google_Cloud_AutoMl_V1_Client_AutoMlClient__listDatasets__) call.\n\n### setPageToken\n\nA token identifying a page of results for the server to return\nTypically obtained via\n[ListDatasetsResponse.next_page_token](/php/docs/reference/cloud-automl/latest/V1.ListDatasetsResponse#_Google_Cloud_AutoMl_V1_ListDatasetsResponse__getNextPageToken__) of the previous\n[AutoMl.ListDatasets](/php/docs/reference/cloud-automl/latest/V1.Client.AutoMlClient#_Google_Cloud_AutoMl_V1_Client_AutoMlClient__listDatasets__) call.\n\n### static::build"]]