Interface EmbeddingsPostResponse.Builder1
- Enclosing class:
EmbeddingsPostResponse
public static interface EmbeddingsPostResponse.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionfinalResult(EmbeddingsResponse finalResult) Set the finalResult of thisEmbeddingsPostResponseinstance.
-
Method Details
-
finalResult
Set the finalResult of thisEmbeddingsPostResponseinstance.- Parameters:
finalResult- The finalResult of thisEmbeddingsPostResponse- Returns:
- The EmbeddingsPostResponse instance.
-