Interface protos.google.cloud.aiplatform.v1beta1.IListFeaturestoresRequest (1.7.2)

Properties of a ListFeaturestoresRequest.

Package

@google-cloud/aiplatform!

Properties

filter

filter?: (string|null);

ListFeaturestoresRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListFeaturestoresRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListFeaturestoresRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListFeaturestoresRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListFeaturestoresRequest parent

Property Value
TypeDescription
(string|null)

readMask

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

ListFeaturestoresRequest readMask

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