GoogleCloudAiplatformV1OutputInfo.fromJson constructor

GoogleCloudAiplatformV1OutputInfo.fromJson(
  1. Map json_
)

Implementation

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