Class EvaluatorSummary
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.EvaluatorSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluatorSummary.Builder,EvaluatorSummary>
@Generated("software.amazon.awssdk:codegen")
public final class EvaluatorSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<EvaluatorSummary.Builder,EvaluatorSummary>
Summary statistics for a single evaluator within a batch evaluation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EvaluatorSummary.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe unique identifier of the evaluator.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends EvaluatorSummary.Builder>final EvaluatorStatisticsThe aggregated statistics for this evaluator.final StringtoString()Returns a string representation of this object.final IntegerThe total number of sessions evaluated by this evaluator.final IntegerThe total number of sessions that failed evaluation by this evaluator.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
evaluatorId
The unique identifier of the evaluator.
- Returns:
- The unique identifier of the evaluator.
-
statistics
The aggregated statistics for this evaluator.
- Returns:
- The aggregated statistics for this evaluator.
-
totalEvaluated
The total number of sessions evaluated by this evaluator.
- Returns:
- The total number of sessions evaluated by this evaluator.
-
totalFailed
The total number of sessions that failed evaluation by this evaluator.
- Returns:
- The total number of sessions that failed evaluation by this evaluator.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluatorSummary.Builder,EvaluatorSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-