Uses of Enum Class
com.google.genkit.ai.evaluation.DatasetType
Packages that use DatasetType
-
Uses of DatasetType in com.google.genkit.ai.evaluation
Methods in com.google.genkit.ai.evaluation that return DatasetTypeModifier and TypeMethodDescriptionCreateDatasetRequest.getDatasetType()DatasetMetadata.getDatasetType()static DatasetTypeReturns the enum constant of this class with the specified name.static DatasetType[]DatasetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.ai.evaluation with parameters of type DatasetTypeModifier and TypeMethodDescriptionCreateDatasetRequest.Builder.datasetType(DatasetType datasetType) DatasetMetadata.Builder.datasetType(DatasetType datasetType) voidCreateDatasetRequest.setDatasetType(DatasetType datasetType) voidDatasetMetadata.setDatasetType(DatasetType datasetType)