Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ComputationBasedMetricType.
Types of computation based metrics.
Protobuf type google.cloud.aiplatform.v1.ComputationBasedMetricSpec.ComputationBasedMetricType
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ComputationBasedMetricSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPUTATION_BASED_METRIC_TYPE_UNSPECIFIED
Value: 0Unspecified computation based metric type.
Generated from protobuf enum COMPUTATION_BASED_METRIC_TYPE_UNSPECIFIED = 0;
EXACT_MATCH
Value: 1Exact match metric.
Generated from protobuf enum EXACT_MATCH = 1;
BLEU
Value: 2BLEU metric.
Generated from protobuf enum BLEU = 2;
ROUGE
Value: 3ROUGE metric.
Generated from protobuf enum ROUGE = 3;