Uses of Class
com.oracle.database.selectai.model.SyntheticDataBatchRequest.Builder
Packages that use SyntheticDataBatchRequest.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of SyntheticDataBatchRequest.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return SyntheticDataBatchRequest.BuilderModifier and TypeMethodDescriptionSyntheticDataBatchRequest.Builder.addObject(SyntheticDataObjectList object) Adds a target object descriptor to the batch.SyntheticDataBatchRequest.builder()Creates a builder for a batch synthetic-data request.SyntheticDataBatchRequest.Builder.params(SyntheticDataParams params) Sets the synthetic data generation parameters shared by the batch.