Google Cloud Ai Platform V1 Client - Class PairwiseChoice (1.36.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PairwiseChoice.

Pairwise prediction autorater preference.

Protobuf type google.cloud.aiplatform.v1.PairwiseChoice

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PAIRWISE_CHOICE_UNSPECIFIED

Value: 0

Unspecified prediction choice.

Generated from protobuf enum PAIRWISE_CHOICE_UNSPECIFIED = 0;

BASELINE

Value: 1

Baseline prediction wins

Generated from protobuf enum BASELINE = 1;

CANDIDATE

Value: 2

Candidate prediction wins

Generated from protobuf enum CANDIDATE = 2;

TIE

Value: 3

Winner cannot be determined

Generated from protobuf enum TIE = 3;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.