GoogleCloudAiplatformV1Study constructor

GoogleCloudAiplatformV1Study({
  1. String? createTime,
  2. String? displayName,
  3. String? inactiveReason,
  4. String? name,
  5. String? state,
  6. GoogleCloudAiplatformV1StudySpec? studySpec,
})

Implementation

GoogleCloudAiplatformV1Study({
  this.createTime,
  this.displayName,
  this.inactiveReason,
  this.name,
  this.state,
  this.studySpec,
});