public static final class GeneratorEvaluationConfig.SummarizationConfig extends GeneratedMessage implements GeneratorEvaluationConfig.SummarizationConfigOrBuilder
Evaluation configs for summarization generator.
Protobuf type
google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.SummarizationConfig
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ACCURACY_EVALUATION_VERSION_FIELD_NUMBER
public static final int ACCURACY_EVALUATION_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
COMPLETENESS_EVALUATION_VERSION_FIELD_NUMBER
public static final int COMPLETENESS_EVALUATION_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENABLE_ACCURACY_EVALUATION_FIELD_NUMBER
public static final int ENABLE_ACCURACY_EVALUATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENABLE_COMPLETENESS_EVALUATION_FIELD_NUMBER
public static final int ENABLE_COMPLETENESS_EVALUATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATOR_VERSION_FIELD_NUMBER
public static final int EVALUATOR_VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GeneratorEvaluationConfig.SummarizationConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GeneratorEvaluationConfig.SummarizationConfig.Builder newBuilder()
newBuilder(GeneratorEvaluationConfig.SummarizationConfig prototype)
public static GeneratorEvaluationConfig.SummarizationConfig.Builder newBuilder(GeneratorEvaluationConfig.SummarizationConfig prototype)
public static GeneratorEvaluationConfig.SummarizationConfig parseDelimitedFrom(InputStream input)
public static GeneratorEvaluationConfig.SummarizationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(CodedInputStream input)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(InputStream input)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GeneratorEvaluationConfig.SummarizationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GeneratorEvaluationConfig.SummarizationConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAccuracyEvaluationVersion() (deprecated)
public String getAccuracyEvaluationVersion()
Deprecated. google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.SummarizationConfig.accuracy_evaluation_version
is deprecated. See google/cloud/dialogflow/v2beta1/generator_evaluation.proto;l=533
Optional. Version for summarization accuracy. This will determine the
prompt and model used at backend.
string accuracy_evaluation_version = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The accuracyEvaluationVersion.
|
getAccuracyEvaluationVersionBytes() (deprecated)
public ByteString getAccuracyEvaluationVersionBytes()
Deprecated. google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.SummarizationConfig.accuracy_evaluation_version
is deprecated. See google/cloud/dialogflow/v2beta1/generator_evaluation.proto;l=533
Optional. Version for summarization accuracy. This will determine the
prompt and model used at backend.
string accuracy_evaluation_version = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for accuracyEvaluationVersion.
|
getCompletenessEvaluationVersion() (deprecated)
public String getCompletenessEvaluationVersion()
Deprecated. google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.SummarizationConfig.completeness_evaluation_version
is deprecated. See google/cloud/dialogflow/v2beta1/generator_evaluation.proto;l=542
Optional. Version for summarization completeness. This will determine the
prompt and model used at backend.
string completeness_evaluation_version = 4 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The completenessEvaluationVersion.
|
getCompletenessEvaluationVersionBytes() (deprecated)
public ByteString getCompletenessEvaluationVersionBytes()
Deprecated. google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.SummarizationConfig.completeness_evaluation_version
is deprecated. See google/cloud/dialogflow/v2beta1/generator_evaluation.proto;l=542
Optional. Version for summarization completeness. This will determine the
prompt and model used at backend.
string completeness_evaluation_version = 4 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for completenessEvaluationVersion.
|
getDefaultInstanceForType()
public GeneratorEvaluationConfig.SummarizationConfig getDefaultInstanceForType()
getEnableAccuracyEvaluation() (deprecated)
public boolean getEnableAccuracyEvaluation()
Deprecated. google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.SummarizationConfig.enable_accuracy_evaluation
is deprecated. See google/cloud/dialogflow/v2beta1/generator_evaluation.proto;l=528
Optional. Enable accuracy evaluation.
bool enable_accuracy_evaluation = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The enableAccuracyEvaluation.
|
getEnableCompletenessEvaluation() (deprecated)
public boolean getEnableCompletenessEvaluation()
Deprecated. google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.SummarizationConfig.enable_completeness_evaluation
is deprecated. See google/cloud/dialogflow/v2beta1/generator_evaluation.proto;l=537
Optional. Enable completeness evaluation.
bool enable_completeness_evaluation = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The enableCompletenessEvaluation.
|
getEvaluatorVersion()
public String getEvaluatorVersion()
Optional. Version for summarization evaluation.
optional string evaluator_version = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The evaluatorVersion.
|
getEvaluatorVersionBytes()
public ByteString getEvaluatorVersionBytes()
Optional. Version for summarization evaluation.
optional string evaluator_version = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for evaluatorVersion.
|
getParserForType()
public Parser<GeneratorEvaluationConfig.SummarizationConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasEvaluatorVersion()
public boolean hasEvaluatorVersion()
Optional. Version for summarization evaluation.
optional string evaluator_version = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the evaluatorVersion field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GeneratorEvaluationConfig.SummarizationConfig.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GeneratorEvaluationConfig.SummarizationConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public GeneratorEvaluationConfig.SummarizationConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides