GoogleCloudAiplatformV1GcsDestination.fromJson constructor

GoogleCloudAiplatformV1GcsDestination.fromJson(
  1. Map json_
)

Implementation

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