Class PreProcessingParsedResponse
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingParsedResponse
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PreProcessingParsedResponse.Builder,PreProcessingParsedResponse>
@Generated("software.amazon.awssdk:codegen") public final class PreProcessingParsedResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PreProcessingParsedResponse.Builder,PreProcessingParsedResponse>
Details about the response from the Lambda parsing of the output from the pre-processing step.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PreProcessingParsedResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreProcessingParsedResponse.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Boolean
isValid()
Whether the user input is valid or not.String
rationale()
The text returned by the parsing of the pre-processing step, explaining the steps that the agent plans to take in orchestration, if the user input is valid.List<SdkField<?>>
sdkFields()
static Class<? extends PreProcessingParsedResponse.Builder>
serializableBuilderClass()
PreProcessingParsedResponse.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
isValid
public final Boolean isValid()
Whether the user input is valid or not. If
false
, the agent doesn't proceed to orchestration.- Returns:
- Whether the user input is valid or not. If
false
, the agent doesn't proceed to orchestration.
-
rationale
public final String rationale()
The text returned by the parsing of the pre-processing step, explaining the steps that the agent plans to take in orchestration, if the user input is valid.
- Returns:
- The text returned by the parsing of the pre-processing step, explaining the steps that the agent plans to take in orchestration, if the user input is valid.
-
toBuilder
public PreProcessingParsedResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PreProcessingParsedResponse.Builder,PreProcessingParsedResponse>
-
builder
public static PreProcessingParsedResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends PreProcessingParsedResponse.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.
-
-