Class PreProcessingTrace
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PreProcessingTrace.Builder,PreProcessingTrace>
Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic PreProcessingTrace.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) static PreProcessingTracefromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static PreProcessingTracefromModelInvocationInput(ModelInvocationInput modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static PreProcessingTracefromModelInvocationOutput(Consumer<PreProcessingModelInvocationOutput.Builder> modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.static PreProcessingTracefromModelInvocationOutput(PreProcessingModelInvocationOutput modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ModelInvocationInputThe input for the pre-processing step.The foundation model output from the pre-processing step.static Class<? extends PreProcessingTrace.Builder>final StringtoString()Returns a string representation of this object.type()Retrieve an enum value representing which member of this object is populated.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
-
modelInvocationInput
The input for the pre-processing step.
-
The
typeisPRE_PROCESSING. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
- Returns:
- The input for the pre-processing step.
-
The
typeisPRE_PROCESSING. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
-
-
-
modelInvocationOutput
The foundation model output from the pre-processing step.
- Returns:
- The foundation model output from the pre-processing step.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PreProcessingTrace.Builder,PreProcessingTrace>
-
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
-
fromModelInvocationInput
public static PreProcessingTrace fromModelInvocationInput(ModelInvocationInput modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.The input for the pre-processing step.
-
The
typeisPRE_PROCESSING. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
- Parameters:
modelInvocationInput- The input for the pre-processing step.-
The
typeisPRE_PROCESSING. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
-
-
-
fromModelInvocationInput
public static PreProcessingTrace fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.The input for the pre-processing step.
-
The
typeisPRE_PROCESSING. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
- Parameters:
modelInvocationInput- The input for the pre-processing step.-
The
typeisPRE_PROCESSING. -
The
textcontains the prompt. -
The
inferenceConfiguration,parserMode, andoverrideLambdavalues are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
-
-
-
fromModelInvocationOutput
public static PreProcessingTrace fromModelInvocationOutput(PreProcessingModelInvocationOutput modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.The foundation model output from the pre-processing step.
- Parameters:
modelInvocationOutput- The foundation model output from the pre-processing step.
-
fromModelInvocationOutput
public static PreProcessingTrace fromModelInvocationOutput(Consumer<PreProcessingModelInvocationOutput.Builder> modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.The foundation model output from the pre-processing step.
- Parameters:
modelInvocationOutput- The foundation model output from the pre-processing step.
-
type
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will bePreProcessingTrace.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will bePreProcessingTrace.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set. -
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-