GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Metric (google_api_ai_platform v0.27.0)
View SourceThe metric used for dataset level evaluation.
Attributes
-
aggregationMetrics(type:list(String.t), default:nil) - Optional. The aggregation metrics to use. -
bleuSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BleuSpec.t, default:nil) - Spec for bleu metric. -
exactMatchSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExactMatchSpec.t, default:nil) - Spec for exact match metric. -
pairwiseMetricSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PairwiseMetricSpec.t, default:nil) - Spec for pairwise metric. -
pointwiseMetricSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PointwiseMetricSpec.t, default:nil) - Spec for pointwise metric. -
rougeSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RougeSpec.t, default:nil) - Spec for rouge metric.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Metric{ aggregationMetrics: [String.t()] | nil, bleuSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BleuSpec.t() | nil, exactMatchSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExactMatchSpec.t() | nil, pairwiseMetricSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PairwiseMetricSpec.t() | nil, pointwiseMetricSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PointwiseMetricSpec.t() | nil, rougeSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RougeSpec.t() | nil }