GoogleCloudAiplatformV1StudyTimeConstraint.fromJson constructor
GoogleCloudAiplatformV1StudyTimeConstraint.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1StudyTimeConstraint.fromJson(core.Map json_)
: this(
endTime: json_['endTime'] as core.String?,
maxDuration: json_['maxDuration'] as core.String?,
);