Class GenAIProperties
java.lang.Object
com.oracle.cloud.spring.genai.GenAIProperties
@Deprecated(since="2.0.1",
forRemoval=false)
@ConfigurationProperties(prefix="spring.cloud.oci.genai")
public class GenAIProperties
extends Object
Deprecated.
in favor of Spring AI. These properties will be replaced by Spring AI integration.
Autoconfiguration properties for OCI GenAI
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChat()Deprecated.Deprecated.voidsetChat(GenAIProperties.Chat chat) Deprecated.voidsetEmbedding(GenAIProperties.Embedding embedding) Deprecated.
-
Field Details
-
PREFIX
-
-
Constructor Details
-
GenAIProperties
public GenAIProperties()Deprecated.
-
-
Method Details
-
getChat
Deprecated. -
setChat
Deprecated. -
getEmbedding
Deprecated. -
setEmbedding
Deprecated.
-