Google Cloud Ai Platform V1 Client - Class PairwiseChoice (1.6.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;