Interface EmbeddingResult.Builder
- Enclosing class:
EmbeddingResult
public static interface EmbeddingResult.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescription_object(EmbeddingResult.ObjectEnum _object) Set the _object of thisEmbeddingResultinstance.
-
Method Details
-
_object
Set the _object of thisEmbeddingResultinstance.- Parameters:
_object- The object type, which is always \"embedding\".- Returns:
- The EmbeddingResult builder.
-