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

Properties of a SuggestTrialsResponse.

Package

@google-cloud/aiplatform

Properties

endTime

endTime?: (google.protobuf.ITimestamp|null);

SuggestTrialsResponse endTime

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

startTime

startTime?: (google.protobuf.ITimestamp|null);

SuggestTrialsResponse startTime

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

studyState

studyState?: (google.cloud.aiplatform.v1.Study.State|keyof typeof google.cloud.aiplatform.v1.Study.State|null);

SuggestTrialsResponse studyState

Property Value
TypeDescription
(google.cloud.aiplatform.v1.Study.State|keyof typeof google.cloud.aiplatform.v1.Study.State|null)

trials

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

SuggestTrialsResponse trials

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