Uses of Class
com.oracle.database.selectai.model.SyntheticDataParams.Builder
Packages that use SyntheticDataParams.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of SyntheticDataParams.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return SyntheticDataParams.BuilderModifier and TypeMethodDescriptionstatic SyntheticDataParams.BuilderSyntheticDataParams.builder()Creates a builder for synthetic data generation parameters.Sets whether table comments should be used as context during synthetic data generation.SyntheticDataParams.Builder.priority(SyntheticDataParams.Priority priority) Sets the priority used for synthetic data generation.Sets the priority used for synthetic data generation.SyntheticDataParams.Builder.sampleRows(Integer sampleRows) Sets the number of table rows sampled to guide synthetic data generation.SyntheticDataParams.Builder.tableStatistics(Boolean tableStatistics) Sets whether table statistics should be used during synthetic data generation.