Interface PayloadPart.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PayloadPart.Builder,,PayloadPart> SdkBuilder<PayloadPart.Builder,,PayloadPart> SdkPojo
- All Known Subinterfaces:
 DefaultPayloadPart.Builder
- Enclosing class:
 PayloadPart
public static interface PayloadPart.Builder
extends SdkPojo, CopyableBuilder<PayloadPart.Builder,PayloadPart> 
- 
Method Summary
Modifier and TypeMethodDescriptionA blob that contains part of the response for your streaming inference request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
bytes
A blob that contains part of the response for your streaming inference request.
- Parameters:
 bytes- A blob that contains part of the response for your streaming inference request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -