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