Interface PayloadPart.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PayloadPart.Builder,
,PayloadPart> SdkBuilder<PayloadPart.Builder,
,PayloadPart> SdkPojo
- All Known Subinterfaces:
DefaultPayloadPart.Builder
- Enclosing class:
PayloadPart
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-