Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.OutputFormatType
Packages that use OutputFormatType
-
Uses of OutputFormatType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return OutputFormatTypeModifier and TypeMethodDescriptionstatic OutputFormatTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OutputFormatTypeOutputFormat.type()The type of structured output format.static OutputFormatTypeReturns the enum constant of this type with the specified name.static OutputFormatType[]OutputFormatType.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 OutputFormatTypeMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type OutputFormatTypeModifier and TypeMethodDescriptionOutputFormat.Builder.type(OutputFormatType type) The type of structured output format.