Google AutoML v1 API - Class ListDatasetsRequest (3.3.0)

public sealed class ListDatasetsRequest : IPageRequest, IMessage<ListDatasetsRequest>, IEquatable<ListDatasetsRequest>, IDeepCloneable<ListDatasetsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google AutoML v1 API class ListDatasetsRequest.

Request message for [AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets].

Inheritance

object > ListDatasetsRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ListDatasetsRequest()

public ListDatasetsRequest()

ListDatasetsRequest(ListDatasetsRequest)

public ListDatasetsRequest(ListDatasetsRequest other)
Parameter
NameDescription
otherListDatasetsRequest

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 has translation_dataset_metadata.

Property Value
TypeDescription
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
TypeDescription
int

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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the project from which to list datasets.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName