Class CoherenceResult.Builder (3.84.0)

public static final class CoherenceResult.Builder extends GeneratedMessage.Builder<CoherenceResult.Builder> implements CoherenceResultOrBuilder

Spec for coherence result.

Protobuf type google.cloud.aiplatform.v1.CoherenceResult

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CoherenceResult build()
Returns
Type Description
CoherenceResult

buildPartial()

public CoherenceResult buildPartial()
Returns
Type Description
CoherenceResult

clear()

public CoherenceResult.Builder clear()
Returns
Type Description
CoherenceResult.Builder
Overrides

clearConfidence()

public CoherenceResult.Builder clearConfidence()

Output only. Confidence for coherence score.

optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CoherenceResult.Builder

This builder for chaining.

clearExplanation()

public CoherenceResult.Builder clearExplanation()

Output only. Explanation for coherence score.

string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CoherenceResult.Builder

This builder for chaining.

clearScore()

public CoherenceResult.Builder clearScore()

Output only. Coherence score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CoherenceResult.Builder

This builder for chaining.

getConfidence()

public float getConfidence()

Output only. Confidence for coherence score.

optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
float

The confidence.

getDefaultInstanceForType()

public CoherenceResult getDefaultInstanceForType()
Returns
Type Description
CoherenceResult

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExplanation()

public String getExplanation()

Output only. Explanation for coherence score.

string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The explanation.

getExplanationBytes()

public ByteString getExplanationBytes()

Output only. Explanation for coherence score.

string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for explanation.

getScore()

public float getScore()

Output only. Coherence score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
float

The score.

hasConfidence()

public boolean hasConfidence()

Output only. Confidence for coherence score.

optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the confidence field is set.

hasScore()

public boolean hasScore()

Output only. Coherence score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the score field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CoherenceResult other)

public CoherenceResult.Builder mergeFrom(CoherenceResult other)
Parameter
Name Description
other CoherenceResult
Returns
Type Description
CoherenceResult.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CoherenceResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CoherenceResult.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CoherenceResult.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CoherenceResult.Builder
Overrides

setConfidence(float value)

public CoherenceResult.Builder setConfidence(float value)

Output only. Confidence for coherence score.

optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value float

The confidence to set.

Returns
Type Description
CoherenceResult.Builder

This builder for chaining.

setExplanation(String value)

public CoherenceResult.Builder setExplanation(String value)

Output only. Explanation for coherence score.

string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The explanation to set.

Returns
Type Description
CoherenceResult.Builder

This builder for chaining.

setExplanationBytes(ByteString value)

public CoherenceResult.Builder setExplanationBytes(ByteString value)

Output only. Explanation for coherence score.

string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for explanation to set.

Returns
Type Description
CoherenceResult.Builder

This builder for chaining.

setScore(float value)

public CoherenceResult.Builder setScore(float value)

Output only. Coherence score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value float

The score to set.

Returns
Type Description
CoherenceResult.Builder

This builder for chaining.