public sealed class ListDatasetsRequest : IPageRequest, IMessage<ListDatasetsRequest>, IEquatable<ListDatasetsRequest>, IDeepCloneable<ListDatasetsRequest>, IBufferMessage, IMessage
Request message for [AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets].
Implements
IPageRequest, IMessage<ListDatasetsRequest>, IEquatable<ListDatasetsRequest>, IDeepCloneable<ListDatasetsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ListDatasetsRequest()
public ListDatasetsRequest()
ListDatasetsRequest(ListDatasetsRequest)
public ListDatasetsRequest(ListDatasetsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDatasetsRequest |
Properties
Filter
public string Filter { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the project from which to list datasets.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |