GoogleCloudAiplatformV1CoherenceInput.fromJson constructor
GoogleCloudAiplatformV1CoherenceInput.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1CoherenceInput.fromJson(core.Map json_)
: this(
instance: json_.containsKey('instance')
? GoogleCloudAiplatformV1CoherenceInstance.fromJson(
json_['instance'] as core.Map<core.String, core.dynamic>)
: null,
metricSpec: json_.containsKey('metricSpec')
? GoogleCloudAiplatformV1CoherenceSpec.fromJson(
json_['metricSpec'] as core.Map<core.String, core.dynamic>)
: null,
);