Package org.springframework.ai.qianfan
Class QianFanEmbeddingOptions.Builder
java.lang.Object
org.springframework.ai.qianfan.QianFanEmbeddingOptions.Builder
- Enclosing class:
- QianFanEmbeddingOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.useuser(String)
instead.
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
model
-
user
-
withModel
@Deprecated(forRemoval=true, since="1.0.0-M5") public QianFanEmbeddingOptions.Builder withModel(String model) Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead. -
withUser
@Deprecated(forRemoval=true, since="1.0.0-M5") public QianFanEmbeddingOptions.Builder withUser(String user) Deprecated, for removal: This API element is subject to removal in a future version.useuser(String)
instead. -
build
-
model(String)
instead.