Cloud AI Platform v1 API - Class ListAnnotationsRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ListAnnotationsRequest.

Request message for [DatasetService.ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].

Inheritance

object > ListAnnotationsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListAnnotationsRequest()

public ListAnnotationsRequest()

ListAnnotationsRequest(ListAnnotationsRequest)

public ListAnnotationsRequest(ListAnnotationsRequest other)
Parameter
NameDescription
otherListAnnotationsRequest

Properties

Filter

public string Filter { get; set; }

The standard list filter.

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

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard list page token.

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

ParentAsDataItemName

public DataItemName ParentAsDataItemName { get; set; }

DataItemName-typed view over the Parent resource name property.

Property Value
TypeDescription
DataItemName

ReadMask

public FieldMask ReadMask { get; set; }

Mask specifying which fields to read.

Property Value
TypeDescription
FieldMask