Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.ResponseStream
Packages that use ResponseStream
Package
Description
-
Uses of ResponseStream in software.amazon.awssdk.services.sagemakerruntime.model
Classes in software.amazon.awssdk.services.sagemakerruntime.model that implement ResponseStreamModifier and TypeClassDescriptionclassA wrapper for pieces of the payload that's returned in response to a streaming inference request.Fields in software.amazon.awssdk.services.sagemakerruntime.model declared as ResponseStreamModifier and TypeFieldDescriptionstatic final ResponseStreamResponseStream.UNKNOWNSpecial type ofResponseStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.sagemakerruntime.model with parameters of type ResponseStreamModifier and TypeMethodDescriptiondefault voidInvokeEndpointWithResponseStreamResponseHandler.Visitor.visitDefault(ResponseStream event) A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.sagemakerruntime.model with type arguments of type ResponseStreamModifier and TypeMethodDescriptionInvokeEndpointWithResponseStreamResponseHandler.Visitor.Builder.onDefault(Consumer<ResponseStream> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of ResponseStream in software.amazon.awssdk.services.sagemakerruntime.model.responsestream
Classes in software.amazon.awssdk.services.sagemakerruntime.model.responsestream that implement ResponseStreamModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.sagemakerruntime.model.PayloadPartthat represents theResponseStream$PayloadPartevent.