Class ListDatasetsRequest
Request message for [AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets].
Inheritance
Inherited Members
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ListDatasetsRequest : IPageRequest, IMessage<ListDatasetsRequest>, IEquatable<ListDatasetsRequest>, IDeepCloneable<ListDatasetsRequest>, IBufferMessage, IMessage
Constructors
ListDatasetsRequest()
Declaration
public ListDatasetsRequest()
ListDatasetsRequest(ListDatasetsRequest)
Declaration
public ListDatasetsRequest(ListDatasetsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListDatasetsRequest | other |
Properties
Filter
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 has translation_dataset_metadata.
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageSize
Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
PageToken
A token identifying a page of results for the server to return Typically obtained via [ListDatasetsResponse.next_page_token][google.cloud.automl.v1.ListDatasetsResponse.next_page_token] of the previous [AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets] call.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Parent
Required. The resource name of the project from which to list datasets.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAsLocationName
LocationName-typed view over the Parent resource name property.
Declaration
public LocationName ParentAsLocationName { get; set; }
Property Value
Type | Description |
---|---|
LocationName |