Class PreProcessingModelInvocationOutput
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingModelInvocationOutput
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PreProcessingModelInvocationOutput.Builder,PreProcessingModelInvocationOutput>
@Generated("software.amazon.awssdk:codegen") public final class PreProcessingModelInvocationOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PreProcessingModelInvocationOutput.Builder,PreProcessingModelInvocationOutput>
The foundation model output from the pre-processing step.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PreProcessingModelInvocationOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreProcessingModelInvocationOutput.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Metadata
metadata()
Contains information about the foundation model output from the pre-processing step.PreProcessingParsedResponse
parsedResponse()
Details about the response from the Lambda parsing of the output of the pre-processing step.RawResponse
rawResponse()
Details of the raw response from the foundation model output.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends PreProcessingModelInvocationOutput.Builder>
serializableBuilderClass()
PreProcessingModelInvocationOutput.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
traceId()
The unique identifier of the trace.-
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
-
metadata
public final Metadata metadata()
Contains information about the foundation model output from the pre-processing step.
- Returns:
- Contains information about the foundation model output from the pre-processing step.
-
parsedResponse
public final PreProcessingParsedResponse parsedResponse()
Details about the response from the Lambda parsing of the output of the pre-processing step.
- Returns:
- Details about the response from the Lambda parsing of the output of the pre-processing step.
-
rawResponse
public final RawResponse rawResponse()
Details of the raw response from the foundation model output.
- Returns:
- Details of the raw response from the foundation model output.
-
traceId
public final String traceId()
The unique identifier of the trace.
- Returns:
- The unique identifier of the trace.
-
toBuilder
public PreProcessingModelInvocationOutput.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PreProcessingModelInvocationOutput.Builder,PreProcessingModelInvocationOutput>
-
builder
public static PreProcessingModelInvocationOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends PreProcessingModelInvocationOutput.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-