GoogleCloudAiplatformV1GcsDestination.fromJson constructor
GoogleCloudAiplatformV1GcsDestination.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1GcsDestination.fromJson(core.Map json_)
: this(
outputUriPrefix: json_.containsKey('outputUriPrefix')
? json_['outputUriPrefix'] as core.String
: null,
);