Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.PayloadPart.Builder
-
Packages that use PayloadPart.Builder Package Description software.amazon.awssdk.services.sagemakerruntime.model software.amazon.awssdk.services.sagemakerruntime.model.responsestream -
-
Uses of PayloadPart.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Classes in software.amazon.awssdk.services.sagemakerruntime.model that implement PayloadPart.Builder Modifier and Type Class Description protected static classPayloadPart.BuilderImplMethods in software.amazon.awssdk.services.sagemakerruntime.model that return PayloadPart.Builder Modifier and Type Method Description static PayloadPart.BuilderPayloadPart. builder()PayloadPart.BuilderPayloadPart.Builder. bytes(SdkBytes bytes)A blob that contains part of the response for your streaming inference request.PayloadPart.BuilderPayloadPart.BuilderImpl. bytes(SdkBytes bytes)static PayloadPart.BuilderResponseStream. payloadPartBuilder()Create a builder for thePayloadPartevent type for this stream.PayloadPart.BuilderPayloadPart. toBuilder()Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type PayloadPart.Builder Modifier and Type Method Description static Class<? extends PayloadPart.Builder>PayloadPart. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakerruntime.model with type arguments of type PayloadPart.Builder Modifier and Type Method Description PayloadPartPayloadPart. copy(Consumer<? super PayloadPart.Builder> modifier) -
Uses of PayloadPart.Builder in software.amazon.awssdk.services.sagemakerruntime.model.responsestream
Subinterfaces of PayloadPart.Builder in software.amazon.awssdk.services.sagemakerruntime.model.responsestream Modifier and Type Interface Description static interfaceDefaultPayloadPart.Builder
-