Interfaccia GroundingAttributionOrBuilder (1.3.0)

public interface GroundingAttributionOrBuilder extends MessageOrBuilder

Implementa

MessageOrBuilder

Metodi

getConfidenceScore()

public abstract 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.

getReferenceCase()

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

getSegment()

public abstract 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.

getSegmentOrBuilder()

public abstract 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 abstract 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.

getWebOrBuilder()

public abstract 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 abstract 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 abstract 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 abstract 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.