GoogleCloudMlV1Study constructor

GoogleCloudMlV1Study({
  1. String? createTime,
  2. String? inactiveReason,
  3. String? name,
  4. String? state,
  5. GoogleCloudMlV1StudyConfig? studyConfig,
})

Implementation

GoogleCloudMlV1Study({
  this.createTime,
  this.inactiveReason,
  this.name,
  this.state,
  this.studyConfig,
});