Uses of Class
com.oracle.database.selectai.model.SyntheticDataSingleRequest.Builder
Packages that use SyntheticDataSingleRequest.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of SyntheticDataSingleRequest.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return SyntheticDataSingleRequest.BuilderModifier and TypeMethodDescriptionCreates a builder for a single-object synthetic data request.Sets the database user/schema associated with the target object.SyntheticDataSingleRequest.Builder.params(SyntheticDataParams params) Sets the synthetic data generation parameters.SyntheticDataSingleRequest.Builder.recordCount(Integer recordCount) Sets the number of records to generate for the target object.SyntheticDataSingleRequest.Builder.userPrompt(String userPrompt) Sets user guidance for synthetic data generation.