Reference documentation and code samples for the Cloud AutoML V1 Client class ListDatasetsRequest.
Request message for AutoMl.ListDatasets.
Generated from protobuf message google.cloud.automl.v1.ListDatasetsRequest
Namespace
Google \ Cloud \ AutoMl \ V1Methods
__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. * |
↳ page_size |
int
Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size. |
↳ page_token |
string
A token identifying a page of results for the server to return Typically obtained via ListDatasetsResponse.next_page_token of the previous AutoMl.ListDatasets call. |
getParent
Required. The resource name of the project from which to list datasets.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the project from which to list datasets.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
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
.
Returns | |
---|---|
Type | Description |
string |
setFilter
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
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Requested page size. Server may return fewer results than requested.
If unspecified, server will pick a default size.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Requested page size. Server may return fewer results than requested.
If unspecified, server will pick a default size.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
A token identifying a page of results for the server to return Typically obtained via ListDatasetsResponse.next_page_token of the previous AutoMl.ListDatasets call.
Returns | |
---|---|
Type | Description |
string |
setPageToken
A token identifying a page of results for the server to return Typically obtained via ListDatasetsResponse.next_page_token of the previous AutoMl.ListDatasets call.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the project from which to list datasets. Please see Google\Cloud\AutoMl\V1\AutoMlClient::locationName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1\ListDatasetsRequest |