GoogleCloudMlV1Study constructor
GoogleCloudMlV1Study({
- String? createTime,
- String? inactiveReason,
- String? name,
- String? state,
- GoogleCloudMlV1StudyConfig? studyConfig,
Implementation
GoogleCloudMlV1Study({
this.createTime,
this.inactiveReason,
this.name,
this.state,
this.studyConfig,
});