Class PostProcessingTrace
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.PostProcessingTrace
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PostProcessingTrace.Builder,PostProcessingTrace>
@Generated("software.amazon.awssdk:codegen") public final class PostProcessingTrace extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PostProcessingTrace.Builder,PostProcessingTrace>
Details about the post-processing step, in which the agent shapes the response.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PostProcessingTrace.Builder
static class
PostProcessingTrace.Type
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelInvocationInput
public final ModelInvocationInput modelInvocationInput()
The input for the post-processing step.
-
The
type
isPOST_PROCESSING
. -
The
text
contains the prompt. -
The
inferenceConfiguration
,parserMode
, andoverrideLambda
values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
- Returns:
- The input for the post-processing step.
-
The
type
isPOST_PROCESSING
. -
The
text
contains the prompt. -
The
inferenceConfiguration
,parserMode
, andoverrideLambda
values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
-
-
-
modelInvocationOutput
public final PostProcessingModelInvocationOutput modelInvocationOutput()
The foundation model output from the post-processing step.
- Returns:
- The foundation model output from the post-processing step.
-
toBuilder
public PostProcessingTrace.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PostProcessingTrace.Builder,PostProcessingTrace>
-
builder
public static PostProcessingTrace.Builder builder()
-
serializableBuilderClass
public static Class<? extends PostProcessingTrace.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String 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.
-
fromModelInvocationInput
public static PostProcessingTrace fromModelInvocationInput(ModelInvocationInput modelInvocationInput)
Create an instance of this class withmodelInvocationInput()
initialized to the given value.The input for the post-processing step.
-
The
type
isPOST_PROCESSING
. -
The
text
contains the prompt. -
The
inferenceConfiguration
,parserMode
, andoverrideLambda
values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
- Parameters:
modelInvocationInput
- The input for the post-processing step.-
The
type
isPOST_PROCESSING
. -
The
text
contains the prompt. -
The
inferenceConfiguration
,parserMode
, andoverrideLambda
values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
-
-
-
fromModelInvocationInput
public static PostProcessingTrace fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput)
Create an instance of this class withmodelInvocationInput()
initialized to the given value.The input for the post-processing step.
-
The
type
isPOST_PROCESSING
. -
The
text
contains the prompt. -
The
inferenceConfiguration
,parserMode
, andoverrideLambda
values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
- Parameters:
modelInvocationInput
- The input for the post-processing step.-
The
type
isPOST_PROCESSING
. -
The
text
contains the prompt. -
The
inferenceConfiguration
,parserMode
, andoverrideLambda
values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
-
-
-
fromModelInvocationOutput
public static PostProcessingTrace fromModelInvocationOutput(PostProcessingModelInvocationOutput modelInvocationOutput)
Create an instance of this class withmodelInvocationOutput()
initialized to the given value.The foundation model output from the post-processing step.
- Parameters:
modelInvocationOutput
- The foundation model output from the post-processing step.
-
fromModelInvocationOutput
public static PostProcessingTrace fromModelInvocationOutput(Consumer<PostProcessingModelInvocationOutput.Builder> modelInvocationOutput)
Create an instance of this class withmodelInvocationOutput()
initialized to the given value.The foundation model output from the post-processing step.
- Parameters:
modelInvocationOutput
- The foundation model output from the post-processing step.
-
type
public PostProcessingTrace.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will bePostProcessingTrace.Type.UNKNOWN_TO_SDK_VERSION
if 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 bePostProcessingTrace.Type.UNKNOWN_TO_SDK_VERSION
if zero members are set, andnull
if more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-