Google Cloud Ai Platform V1 Client - Class QuestionAnsweringCorrectnessResult (1.6.0)

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

Spec for question answering correctness result.

Generated from protobuf message google.cloud.aiplatform.v1.QuestionAnsweringCorrectnessResult

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ score float

Output only. Question Answering Correctness score.

↳ explanation string

Output only. Explanation for question answering correctness score.

↳ confidence float

Output only. Confidence for question answering correctness score.

getScore

Output only. Question Answering Correctness score.

Returns
Type Description
float

hasScore

clearScore

setScore

Output only. Question Answering Correctness score.

Parameter
Name Description
var float
Returns
Type Description
$this

getExplanation

Output only. Explanation for question answering correctness score.

Returns
Type Description
string

setExplanation

Output only. Explanation for question answering correctness score.

Parameter
Name Description
var string
Returns
Type Description
$this

getConfidence

Output only. Confidence for question answering correctness score.

Returns
Type Description
float

hasConfidence

clearConfidence

setConfidence

Output only. Confidence for question answering correctness score.

Parameter
Name Description
var float
Returns
Type Description
$this