Package com.google.cloud.aiplatform.v1
Interface CorroborateContentRequest.ParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CorroborateContentRequest.Parameters,CorroborateContentRequest.Parameters.Builder
- Enclosing class:
- CorroborateContentRequest
public static interface CorroborateContentRequest.ParametersOrBuilder
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
-
getCitationThreshold
double getCitationThreshold()Optional. Only return claims with citation score larger than the threshold.
double citation_threshold = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The citationThreshold.
-