GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryExactMatchInput (google_api_ai_platform v0.27.0)
View SourceInstances and metric spec for TrajectoryExactMatch metric.
Attributes
-
instances
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryExactMatchInstance.t)
, default:nil
) - Required. Repeated TrajectoryExactMatch instance. -
metricSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryExactMatchSpec.t
, default:nil
) - Required. Spec for TrajectoryExactMatch metric.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryExactMatchInput{ instances: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryExactMatchInstance.t() ] | nil, metricSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TrajectoryExactMatchSpec.t() | nil }