Package ai.vectros.types
Class BatchGetResponse.Builder
java.lang.Object
ai.vectros.types.BatchGetResponse.Builder
- Enclosing class:
BatchGetResponse
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()data(List<RecordResponse> data) data(Optional<List<RecordResponse>> data) The records you can access, in no guaranteed order.from(BatchGetResponse other)
-
Method Details
-
from
-
data
The records you can access, in no guaranteed order. Any requested id not present here was not accessible to you.
-
data
-
build
-
additionalProperty
-
additionalProperties
-