GoogleCloudAiplatformV1OutputInfo.fromJson constructor
GoogleCloudAiplatformV1OutputInfo.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1OutputInfo.fromJson(core.Map json_)
: this(gcsOutputDirectory: json_['gcsOutputDirectory'] as core.String?);