Uses of Class
com.oracle.bmc.generativeaiinference.model.EmbedTextDetails.Truncate
-
Packages that use EmbedTextDetails.Truncate Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of EmbedTextDetails.Truncate in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return EmbedTextDetails.Truncate Modifier and Type Method Description static EmbedTextDetails.Truncate
EmbedTextDetails.Truncate. create(String key)
EmbedTextDetails.Truncate
EmbedTextDetails. getTruncate()
For an input that’s longer than the maximum token length, specifies which part of the input text will be truncated.static EmbedTextDetails.Truncate
EmbedTextDetails.Truncate. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmbedTextDetails.Truncate[]
EmbedTextDetails.Truncate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type EmbedTextDetails.Truncate Modifier and Type Method Description EmbedTextDetails.Builder
EmbedTextDetails.Builder. truncate(EmbedTextDetails.Truncate truncate)
For an input that’s longer than the maximum token length, specifies which part of the input text will be truncated.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type EmbedTextDetails.Truncate Constructor Description EmbedTextDetails(List<String> inputs, ServingMode servingMode, String compartmentId, Boolean isEcho, EmbedTextDetails.Truncate truncate, EmbedTextDetails.InputType inputType)
Deprecated.
-