Interface protos.google.cloud.aiplatform.v1beta1.IListTrialsResponse (1.11.0)

Properties of a ListTrialsResponse.

Package

@google-cloud/aiplatform

Properties

nextPageToken

nextPageToken?: (string|null);

ListTrialsResponse nextPageToken

Property Value
TypeDescription
(string|null)

trials

trials?: (google.cloud.aiplatform.v1beta1.ITrial[]|null);

ListTrialsResponse trials

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ITrial[]|null)