Interface protos.google.cloud.aiplatform.v1.ISession (6.8.1)

Properties of a Session.

Package

@google-cloud/aiplatform

Properties

createTime

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

Session createTime

displayName

displayName?: (string|null);

Session displayName

expireTime

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

Session expireTime

labels

labels?: ({ [k: string]: string }|null);

Session labels

name

name?: (string|null);

Session name

sessionState

sessionState?: (google.protobuf.IStruct|null);

Session sessionState

ttl

ttl?: (google.protobuf.IDuration|null);

Session ttl

updateTime

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

Session updateTime

userId

userId?: (string|null);

Session userId