GoogleCloudAiplatformV1LargeModelReference.fromJson constructor

GoogleCloudAiplatformV1LargeModelReference.fromJson(
  1. Map json_
)

Implementation

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