GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger.fromJson constructor

GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger.fromJson(
  core.Map json_,
) : this(threshold: json_['threshold'] as core.String?);