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

Properties of a ListTensorboardExperimentsRequest.

Package

@google-cloud/aiplatform!

Properties

filter

filter?: (string|null);

ListTensorboardExperimentsRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListTensorboardExperimentsRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListTensorboardExperimentsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListTensorboardExperimentsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListTensorboardExperimentsRequest parent

Property Value
TypeDescription
(string|null)

readMask

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

ListTensorboardExperimentsRequest readMask

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