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