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

Properties of a Study.

Package

@google-cloud/aiplatform

Properties

createTime

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

Study createTime

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

displayName

displayName?: (string|null);

Study displayName

Property Value
TypeDescription
(string|null)

inactiveReason

inactiveReason?: (string|null);

Study inactiveReason

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Study name

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.aiplatform.v1beta1.Study.State|keyof typeof google.cloud.aiplatform.v1beta1.Study.State|null);

Study state

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

studySpec

studySpec?: (google.cloud.aiplatform.v1beta1.IStudySpec|null);

Study studySpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IStudySpec|null)