GoogleCloudAiplatformV1Session constructor

GoogleCloudAiplatformV1Session({
  1. String? createTime,
  2. String? displayName,
  3. String? expireTime,
  4. Map<String, String>? labels,
  5. String? name,
  6. Map<String, Object?>? sessionState,
  7. String? ttl,
  8. String? updateTime,
  9. String? userId,
})

Implementation

GoogleCloudAiplatformV1Session({
  this.createTime,
  this.displayName,
  this.expireTime,
  this.labels,
  this.name,
  this.sessionState,
  this.ttl,
  this.updateTime,
  this.userId,
});