public interface GroundingAttributionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceScore()
Optional.
|
GroundingAttribution.ReferenceCase |
getReferenceCase() |
Segment |
getSegment()
Output only.
|
SegmentOrBuilder |
getSegmentOrBuilder()
Output only.
|
GroundingAttribution.Web |
getWeb()
Optional.
|
GroundingAttribution.WebOrBuilder |
getWebOrBuilder()
Optional.
|
boolean |
hasConfidenceScore()
Optional.
|
boolean |
hasSegment()
Output only.
|
boolean |
hasWeb()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWeb()
Optional. Attribution from the web.
.google.cloud.aiplatform.v1beta1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];
GroundingAttribution.Web getWeb()
Optional. Attribution from the web.
.google.cloud.aiplatform.v1beta1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];
GroundingAttribution.WebOrBuilder getWebOrBuilder()
Optional. Attribution from the web.
.google.cloud.aiplatform.v1beta1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasSegment()
Output only. Segment of the content this attribution belongs to.
.google.cloud.aiplatform.v1beta1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Segment getSegment()
Output only. Segment of the content this attribution belongs to.
.google.cloud.aiplatform.v1beta1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
SegmentOrBuilder getSegmentOrBuilder()
Output only. Segment of the content this attribution belongs to.
.google.cloud.aiplatform.v1beta1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasConfidenceScore()
Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident.
optional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
float getConfidenceScore()
Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident.
optional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
GroundingAttribution.ReferenceCase getReferenceCase()
Copyright © 2024 Google LLC. All rights reserved.