Package com.google.cloud.aiplatform.v1
Interface SummarizationVerbosityResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummarizationVerbosityResult,SummarizationVerbosityResult.Builder
@Generated
public interface SummarizationVerbosityResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasScore
boolean hasScore()Output only. Summarization Verbosity score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the score field is set.
-
getScore
float getScore()Output only. Summarization Verbosity score.
optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The score.
-
getExplanation
String getExplanation()Output only. Explanation for summarization verbosity score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The explanation.
-
getExplanationBytes
com.google.protobuf.ByteString getExplanationBytes()Output only. Explanation for summarization verbosity score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for explanation.
-
hasConfidence
boolean hasConfidence()Output only. Confidence for summarization verbosity score.
optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the confidence field is set.
-
getConfidence
float getConfidence()Output only. Confidence for summarization verbosity score.
optional float confidence = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The confidence.
-