Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamOutput.EventType
-
-
Uses of InvokeModelWithBidirectionalStreamOutput.EventType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return InvokeModelWithBidirectionalStreamOutput.EventType Modifier and Type Method Description static InvokeModelWithBidirectionalStreamOutput.EventTypeInvokeModelWithBidirectionalStreamOutput.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.default InvokeModelWithBidirectionalStreamOutput.EventTypeInvokeModelWithBidirectionalStreamOutput. sdkEventType()The type of this event.static InvokeModelWithBidirectionalStreamOutput.EventTypeInvokeModelWithBidirectionalStreamOutput.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvokeModelWithBidirectionalStreamOutput.EventType[]InvokeModelWithBidirectionalStreamOutput.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type InvokeModelWithBidirectionalStreamOutput.EventType Modifier and Type Method Description static Set<InvokeModelWithBidirectionalStreamOutput.EventType>InvokeModelWithBidirectionalStreamOutput.EventType. knownValues() -
Uses of InvokeModelWithBidirectionalStreamOutput.EventType in software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreamoutput
Methods in software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreamoutput that return InvokeModelWithBidirectionalStreamOutput.EventType Modifier and Type Method Description InvokeModelWithBidirectionalStreamOutput.EventTypeDefaultChunk. sdkEventType()
-