public sealed class ListDataItemsRequest : IMessage<ListDataItemsRequest>, IEquatable<ListDataItemsRequest>, IDeepCloneable<ListDataItemsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListDataItemsRequest.
Request message for [DatasetService.ListDataItems][google.cloud.aiplatform.v1beta1.DatasetService.ListDataItems].
Implements
IMessageListDataItemsRequest, IEquatableListDataItemsRequest, IDeepCloneableListDataItemsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListDataItemsRequest()
public ListDataItemsRequest()
ListDataItemsRequest(ListDataItemsRequest)
public ListDataItemsRequest(ListDataItemsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDataItemsRequest |
Properties
Filter
public string Filter { get; set; }
The standard list filter.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The standard list page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The standard list page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the Dataset to list DataItems from.
Format:
projects/{project}/locations/{location}/datasets/{dataset}
Property Value | |
---|---|
Type | Description |
string |
ParentAsDatasetName
public DatasetName ParentAsDatasetName { get; set; }
DatasetName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DatasetName |
ReadMask
public FieldMask ReadMask { get; set; }
Mask specifying which fields to read.
Property Value | |
---|---|
Type | Description |
FieldMask |