public sealed class ListAnnotationsRequest : IMessage<ListAnnotationsRequest>, IEquatable<ListAnnotationsRequest>, IDeepCloneable<ListAnnotationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListAnnotationsRequest.
Request message for [DatasetService.ListAnnotations][google.cloud.aiplatform.v1beta1.DatasetService.ListAnnotations].
Implements
IMessageListAnnotationsRequest, IEquatableListAnnotationsRequest, IDeepCloneableListAnnotationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListAnnotationsRequest()
public ListAnnotationsRequest()
ListAnnotationsRequest(ListAnnotationsRequest)
public ListAnnotationsRequest(ListAnnotationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAnnotationsRequest |
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 DataItem to list Annotations from.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}
Property Value | |
---|---|
Type | Description |
string |
ParentAsDataItemName
public DataItemName ParentAsDataItemName { get; set; }
DataItemName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DataItemName |
ReadMask
public FieldMask ReadMask { get; set; }
Mask specifying which fields to read.
Property Value | |
---|---|
Type | Description |
FieldMask |