Uses of Class
com.oracle.database.selectai.model.SyntheticDataParams
Packages that use SyntheticDataParams
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of SyntheticDataParams in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return SyntheticDataParamsModifier and TypeMethodDescriptionSyntheticDataParams.Builder.build()Builds the synthetic data parameter payload.SyntheticDataBatchRequest.getParams()Returns the synthetic data generation parameters shared by the batch.SyntheticDataSingleRequest.getParams()Returns the synthetic data generation parameters.Methods in com.oracle.database.selectai.model with parameters of type SyntheticDataParamsModifier and TypeMethodDescriptionSyntheticDataBatchRequest.Builder.params(SyntheticDataParams params) Sets the synthetic data generation parameters shared by the batch.SyntheticDataSingleRequest.Builder.params(SyntheticDataParams params) Sets the synthetic data generation parameters.