Class GroundednessResult (3.42.0)

public final class GroundednessResult extends GeneratedMessageV3 implements GroundednessResultOrBuilder

Spec for groundedness result.

Protobuf type google.cloud.aiplatform.v1beta1.GroundednessResult

Static Fields

CONFIDENCE_FIELD_NUMBER

public static final int CONFIDENCE_FIELD_NUMBER
Field Value
TypeDescription
int

EXPLANATION_FIELD_NUMBER

public static final int EXPLANATION_FIELD_NUMBER
Field Value
TypeDescription
int

SCORE_FIELD_NUMBER

public static final int SCORE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GroundednessResult getDefaultInstance()
Returns
TypeDescription
GroundednessResult

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GroundednessResult.Builder newBuilder()
Returns
TypeDescription
GroundednessResult.Builder

newBuilder(GroundednessResult prototype)

public static GroundednessResult.Builder newBuilder(GroundednessResult prototype)
Parameter
NameDescription
prototypeGroundednessResult
Returns
TypeDescription
GroundednessResult.Builder

parseDelimitedFrom(InputStream input)

public static GroundednessResult parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GroundednessResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GroundednessResult parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GroundednessResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GroundednessResult parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GroundednessResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GroundednessResult parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GroundednessResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GroundednessResult parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GroundednessResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GroundednessResult parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GroundednessResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GroundednessResult
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GroundednessResult> parser()
Returns
TypeDescription
Parser<GroundednessResult>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getConfidence()

public float getConfidence()

Output only. Confidence for groundedness score.

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

Returns
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public GroundednessResult getDefaultInstanceForType()
Returns
TypeDescription
GroundednessResult

getExplanation()

public String getExplanation()

Output only. Explanation for groundedness score.

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

Returns
TypeDescription
String

The explanation.

getExplanationBytes()

public ByteString getExplanationBytes()

Output only. Explanation for groundedness score.

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

Returns
TypeDescription
ByteString

The bytes for explanation.

getParserForType()

public Parser<GroundednessResult> getParserForType()
Returns
TypeDescription
Parser<GroundednessResult>
Overrides

getScore()

public float getScore()

Output only. Groundedness score.

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

Returns
TypeDescription
float

The score.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasConfidence()

public boolean hasConfidence()

Output only. Confidence for groundedness score.

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

Returns
TypeDescription
boolean

Whether the confidence field is set.

hasScore()

public boolean hasScore()

Output only. Groundedness score.

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

Returns
TypeDescription
boolean

Whether the score field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GroundednessResult.Builder newBuilderForType()
Returns
TypeDescription
GroundednessResult.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GroundednessResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GroundednessResult.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GroundednessResult.Builder toBuilder()
Returns
TypeDescription
GroundednessResult.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException