GoogleCloudAiplatformV1MetricxSpec.fromJson constructor
GoogleCloudAiplatformV1MetricxSpec.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1MetricxSpec.fromJson(core.Map json_)
: this(
sourceLanguage: json_['sourceLanguage'] as core.String?,
targetLanguage: json_['targetLanguage'] as core.String?,
version: json_['version'] as core.String?,
);