Uses of Class
com.oracle.bmc.generativeaiinference.model.TextContent
-
Packages that use TextContent Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of TextContent in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return TextContent Modifier and Type Method Description TextContent
TextContent.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type TextContent Modifier and Type Method Description List<TextContent>
StaticContent. getContent()
The content that should be matched when generating a model response.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type TextContent Modifier and Type Method Description TextContent.Builder
TextContent.Builder. copy(TextContent model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type TextContent Modifier and Type Method Description StaticContent.Builder
StaticContent.Builder. content(List<TextContent> content)
The content that should be matched when generating a model response.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type TextContent Constructor Description StaticContent(List<TextContent> content)
Deprecated.
-