Class PayloadPart.BuilderImpl
java.lang.Object
software.amazon.awssdk.services.sagemakerruntime.model.PayloadPart.BuilderImpl
- All Implemented Interfaces:
SdkPojo,PayloadPart.Builder,Buildable,CopyableBuilder<PayloadPart.Builder,,PayloadPart> SdkBuilder<PayloadPart.Builder,PayloadPart>
- Enclosing class:
- PayloadPart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()final PayloadPart.BuilderA blob that contains part of the response for your streaming inference request.final ByteBuffergetBytes()final voidsetBytes(ByteBuffer bytes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutationMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Constructor Details
-
BuilderImpl
protected BuilderImpl() -
BuilderImpl
-
-
Method Details
-
getBytes
-
setBytes
-
bytes
Description copied from interface:PayloadPart.BuilderA blob that contains part of the response for your streaming inference request.
- Specified by:
bytesin interfacePayloadPart.Builder- 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.
-
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<PayloadPart.Builder,PayloadPart>
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-