Google Cloud Ai Platform V1 Client - Class ComputationBasedMetricType (1.57.0)

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 \ ComputationBasedMetricSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPUTATION_BASED_METRIC_TYPE_UNSPECIFIED

Value: 0

Unspecified computation based metric type.

Generated from protobuf enum COMPUTATION_BASED_METRIC_TYPE_UNSPECIFIED = 0;

EXACT_MATCH

Value: 1

Exact match metric.

Generated from protobuf enum EXACT_MATCH = 1;

BLEU

Value: 2

BLEU metric.

Generated from protobuf enum BLEU = 2;

ROUGE

Value: 3

ROUGE metric.

Generated from protobuf enum ROUGE = 3;