Interface EmbeddingsInput.Builder
- Enclosing class:
EmbeddingsInput
public static interface EmbeddingsInput.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontext(EmbeddingsInputText text) Set the text of thisEmbeddingsInputinstance.
-
Method Details
-
text
Set the text of thisEmbeddingsInputinstance.- Parameters:
text- The text of thisEmbeddingsInput- Returns:
- The EmbeddingsInput instance.
-