Interface EmbeddingsPostRequest.Builder
- Enclosing class:
EmbeddingsPostRequest
public static interface EmbeddingsPostRequest.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionconfig(EmbeddingsOrchestrationConfig config) Set the config of thisEmbeddingsPostRequestinstance.
-
Method Details
-
config
Set the config of thisEmbeddingsPostRequestinstance.- Parameters:
config- The config of thisEmbeddingsPostRequest- Returns:
- The EmbeddingsPostRequest builder.
-