Class GroundingAttribution.Builder (1.3.0)

public static final class GroundingAttribution.Builder extends GeneratedMessageV3.Builder<GroundingAttribution.Builder> implements GroundingAttributionOrBuilder

Attribuzione di grounding.

Tipo di protobuf google.cloud.vertexai.v1.GroundingAttribution

Metodi statici

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Restituisce
Tipo Description
Descriptor

Metodi

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GroundingAttribution.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parametri
Nome Description
field FieldDescriptor
value Object
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

build()

public GroundingAttribution build()
Restituisce
Tipo Description
GroundingAttribution

buildPartial()

public GroundingAttribution buildPartial()
Restituisce
Tipo Description
GroundingAttribution

Clear()

public GroundingAttribution.Builder clear()
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

clearConfidenceScore()

public GroundingAttribution.Builder clearConfidenceScore()

Facoltativo. Solo output. Punteggio di affidabilità dell'attribuzione. L'intervallo è compreso tra 0 e 1. 1 rappresenta il livello di sicurezza più elevato.

optional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
GroundingAttribution.Builder

Questo strumento per il concatenamento.

clearField(Descriptors.FieldDescriptor field)

public GroundingAttribution.Builder clearField(Descriptors.FieldDescriptor field)
Parametro
Nome Description
field FieldDescriptor
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

clearOneof(Descriptors.OneofDescriptor oneof)

public GroundingAttribution.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parametro
Nome Description
oneof OneofDescriptor
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

clearReference()

public GroundingAttribution.Builder clearReference()
Restituisce
Tipo Description
GroundingAttribution.Builder

clearSegment()

public GroundingAttribution.Builder clearSegment()

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
GroundingAttribution.Builder

ClearWeb()

public GroundingAttribution.Builder clearWeb()

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
GroundingAttribution.Builder

clone()

public GroundingAttribution.Builder clone()
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

getConfidenceScore()

public float getConfidenceScore()

Facoltativo. Solo output. Punteggio di affidabilità dell'attribuzione. L'intervallo è compreso tra 0 e 1. 1 rappresenta il livello di sicurezza più elevato.

optional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
float

Il punteggio di confidenza.

getDefaultInstanceForType()

public GroundingAttribution getDefaultInstanceForType()
Restituisce
Tipo Description
GroundingAttribution

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Restituisce
Tipo Description
Descriptor
Sostituzioni

getReferenceCase()

public GroundingAttribution.ReferenceCase getReferenceCase()
Restituisce
Tipo Description
GroundingAttribution.ReferenceCase

getSegment()

public Segment getSegment()

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
Segment

Il segmento.

getSegmentBuilder()

public Segment.Builder getSegmentBuilder()

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
Segment.Builder

getSegmentOrBuilder()

public SegmentOrBuilder getSegmentOrBuilder()

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
SegmentOrBuilder

getWeb()

public GroundingAttribution.Web getWeb()

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
GroundingAttribution.Web

Il web.

getWebBuilder()

public GroundingAttribution.Web.Builder getWebBuilder()

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
GroundingAttribution.Web.Builder

getWebOrBuilder()

public GroundingAttribution.WebOrBuilder getWebOrBuilder()

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
GroundingAttribution.WebOrBuilder

hasConfidenceScore()

public boolean hasConfidenceScore()

Facoltativo. Solo output. Punteggio di affidabilità dell'attribuzione. L'intervallo è compreso tra 0 e 1. 1 rappresenta il livello di sicurezza più elevato.

optional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
boolean

Indica se il campo trustScore è impostato.

hasSegment()

public boolean hasSegment()

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
boolean

Indica se è impostato il campo del segmento.

hasWeb()

public boolean hasWeb()

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Restituisce
Tipo Description
boolean

Indica se il campo web è impostato.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Restituisce
Tipo Description
FieldAccessorTable
Sostituzioni

isInitialized()

public final boolean isInitialized()
Restituisce
Tipo Description
boolean
Sostituzioni

mergeFrom(GroundingAttribution other)

public GroundingAttribution.Builder mergeFrom(GroundingAttribution other)
Parametro
Nome Description
other GroundingAttribution
Restituisce
Tipo Description
GroundingAttribution.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GroundingAttribution.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parametri
Nome Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni
Eccezioni
Tipo Description
IOException

mergeFrom(Message other)

public GroundingAttribution.Builder mergeFrom(Message other)
Parametro
Nome Description
other Message
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

mergeSegment(Segment value)

public GroundingAttribution.Builder mergeSegment(Segment value)

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value Segment
Restituisce
Tipo Description
GroundingAttribution.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GroundingAttribution.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parametro
Nome Description
unknownFields UnknownFieldSet
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

joinWeb(GroundingAttribution.Web)

public GroundingAttribution.Builder mergeWeb(GroundingAttribution.Web value)

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Parametro
Nome Description
value GroundingAttribution.Web
Restituisce
Tipo Description
GroundingAttribution.Builder

setConfidenceScore(float value)

public GroundingAttribution.Builder setConfidenceScore(float value)

Facoltativo. Solo output. Punteggio di affidabilità dell'attribuzione. L'intervallo è compreso tra 0 e 1. 1 rappresenta il livello di sicurezza più elevato.

optional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value float

Il ConsentScore da impostare.

Restituisce
Tipo Description
GroundingAttribution.Builder

Questo strumento per il concatenamento.

setField(Descriptors.FieldDescriptor field, Object value)

public GroundingAttribution.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parametri
Nome Description
field FieldDescriptor
value Object
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GroundingAttribution.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parametri
Nome Description
field FieldDescriptor
index int
value Object
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

setSegment(Segment value)

public GroundingAttribution.Builder setSegment(Segment value)

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
value Segment
Restituisce
Tipo Description
GroundingAttribution.Builder

setSegment(Segment.Builder builderForValue)

public GroundingAttribution.Builder setSegment(Segment.Builder builderForValue)

Solo output. Segmento dei contenuti a cui appartiene l'attribuzione.

.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parametro
Nome Description
builderForValue Segment.Builder
Restituisce
Tipo Description
GroundingAttribution.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final GroundingAttribution.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parametro
Nome Description
unknownFields UnknownFieldSet
Restituisce
Tipo Description
GroundingAttribution.Builder
Sostituzioni

setWeb(GroundingAttribution.Web valore)

public GroundingAttribution.Builder setWeb(GroundingAttribution.Web value)

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Parametro
Nome Description
value GroundingAttribution.Web
Restituisce
Tipo Description
GroundingAttribution.Builder

setWeb(GroundingAttribution.Web.Builder builderForValue)

public GroundingAttribution.Builder setWeb(GroundingAttribution.Web.Builder builderForValue)

Facoltativo. Attribuzione dal web.

.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];

Parametro
Nome Description
builderForValue GroundingAttribution.Web.Builder
Restituisce
Tipo Description
GroundingAttribution.Builder