Class GenAIProperties.Embedding

java.lang.Object
com.oracle.cloud.spring.genai.GenAIProperties.Embedding
Enclosing class:
GenAIProperties

public static class GenAIProperties.Embedding extends Object
  • Constructor Details

    • Embedding

      public Embedding()
  • Method Details

    • getOnDemandModelId

      public String getOnDemandModelId()
    • setOnDemandModelId

      public void setOnDemandModelId(String onDemandModelId)
    • getDedicatedClusterEndpoint

      public String getDedicatedClusterEndpoint()
    • setDedicatedClusterEndpoint

      public void setDedicatedClusterEndpoint(String dedicatedClusterEndpoint)
    • getCompartment

      public String getCompartment()
    • setCompartment

      public void setCompartment(String compartment)
    • getTruncate

      public String getTruncate()
    • setTruncate

      public void setTruncate(String truncate)