Package com.google.cloud.aiplatform.v1
Enum EvaluateInstancesResponse.EvaluationResultsCase
java.lang.Object
java.lang.Enum<EvaluateInstancesResponse.EvaluationResultsCase>
com.google.cloud.aiplatform.v1.EvaluateInstancesResponse.EvaluationResultsCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<EvaluateInstancesResponse.EvaluationResultsCase>
- Enclosing class:
- EvaluateInstancesResponse
public static enum EvaluateInstancesResponse.EvaluationResultsCase
extends Enum<EvaluateInstancesResponse.EvaluationResultsCase>
implements com.google.protobuf.Internal.EnumLite
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
EXACT_MATCH_RESULTS
-
BLEU_RESULTS
-
ROUGE_RESULTS
-
FLUENCY_RESULT
-
COHERENCE_RESULT
-
SAFETY_RESULT
-
GROUNDEDNESS_RESULT
-
FULFILLMENT_RESULT
-
SUMMARIZATION_QUALITY_RESULT
-
PAIRWISE_SUMMARIZATION_QUALITY_RESULT
public static final EvaluateInstancesResponse.EvaluationResultsCase PAIRWISE_SUMMARIZATION_QUALITY_RESULT -
SUMMARIZATION_HELPFULNESS_RESULT
public static final EvaluateInstancesResponse.EvaluationResultsCase SUMMARIZATION_HELPFULNESS_RESULT -
SUMMARIZATION_VERBOSITY_RESULT
-
QUESTION_ANSWERING_QUALITY_RESULT
public static final EvaluateInstancesResponse.EvaluationResultsCase QUESTION_ANSWERING_QUALITY_RESULT -
PAIRWISE_QUESTION_ANSWERING_QUALITY_RESULT
public static final EvaluateInstancesResponse.EvaluationResultsCase PAIRWISE_QUESTION_ANSWERING_QUALITY_RESULT -
QUESTION_ANSWERING_RELEVANCE_RESULT
public static final EvaluateInstancesResponse.EvaluationResultsCase QUESTION_ANSWERING_RELEVANCE_RESULT -
QUESTION_ANSWERING_HELPFULNESS_RESULT
public static final EvaluateInstancesResponse.EvaluationResultsCase QUESTION_ANSWERING_HELPFULNESS_RESULT -
QUESTION_ANSWERING_CORRECTNESS_RESULT
public static final EvaluateInstancesResponse.EvaluationResultsCase QUESTION_ANSWERING_CORRECTNESS_RESULT -
POINTWISE_METRIC_RESULT
-
PAIRWISE_METRIC_RESULT
-
TOOL_CALL_VALID_RESULTS
-
TOOL_NAME_MATCH_RESULTS
-
TOOL_PARAMETER_KEY_MATCH_RESULTS
public static final EvaluateInstancesResponse.EvaluationResultsCase TOOL_PARAMETER_KEY_MATCH_RESULTS -
TOOL_PARAMETER_KV_MATCH_RESULTS
-
COMET_RESULT
-
METRICX_RESULT
-
EVALUATIONRESULTS_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-