Interface protos.google.cloud.aiplatform.v1.IListAnnotationsRequest (1.11.0)

Properties of a ListAnnotationsRequest.

Package

@google-cloud/aiplatform

Properties

filter

filter?: (string|null);

ListAnnotationsRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListAnnotationsRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListAnnotationsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListAnnotationsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListAnnotationsRequest parent

Property Value
TypeDescription
(string|null)

readMask

readMask?: (google.protobuf.IFieldMask|null);

ListAnnotationsRequest readMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)