Class RagContextRecallInput (3.42.0)

public final class RagContextRecallInput extends GeneratedMessageV3 implements RagContextRecallInputOrBuilder

Input for rag context recall metric.

Protobuf type google.cloud.aiplatform.v1beta1.RagContextRecallInput

Static Fields

INSTANCE_FIELD_NUMBER

public static final int INSTANCE_FIELD_NUMBER
Field Value
TypeDescription
int

METRIC_SPEC_FIELD_NUMBER

public static final int METRIC_SPEC_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RagContextRecallInput getDefaultInstance()
Returns
TypeDescription
RagContextRecallInput

getDescriptor()

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

newBuilder()

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

newBuilder(RagContextRecallInput prototype)

public static RagContextRecallInput.Builder newBuilder(RagContextRecallInput prototype)
Parameter
NameDescription
prototypeRagContextRecallInput
Returns
TypeDescription
RagContextRecallInput.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RagContextRecallInput getDefaultInstanceForType()
Returns
TypeDescription
RagContextRecallInput

getInstance()

public RagContextRecallInstance getInstance()

Required. Rag context recall instance.

.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RagContextRecallInstance

The instance.

getInstanceOrBuilder()

public RagContextRecallInstanceOrBuilder getInstanceOrBuilder()

Required. Rag context recall instance.

.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RagContextRecallInstanceOrBuilder

getMetricSpec()

public RagContextRecallSpec getMetricSpec()

Required. Spec for rag context recall metric.

.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RagContextRecallSpec

The metricSpec.

getMetricSpecOrBuilder()

public RagContextRecallSpecOrBuilder getMetricSpecOrBuilder()

Required. Spec for rag context recall metric.

.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
RagContextRecallSpecOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasInstance()

public boolean hasInstance()

Required. Rag context recall instance.

.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the instance field is set.

hasMetricSpec()

public boolean hasMetricSpec()

Required. Spec for rag context recall metric.

.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the metricSpec 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 RagContextRecallInput.Builder newBuilderForType()
Returns
TypeDescription
RagContextRecallInput.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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