GoogleCloudAiplatformV1TFRecordDestination.fromJson constructor
GoogleCloudAiplatformV1TFRecordDestination.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1TFRecordDestination.fromJson(core.Map json_)
: this(
gcsDestination: json_.containsKey('gcsDestination')
? GoogleCloudAiplatformV1GcsDestination.fromJson(
json_['gcsDestination']
as core.Map<core.String, core.dynamic>)
: null,
);