Uses of Class
com.oracle.bmc.generativeai.model.FileSyncIngestionLogs.Status
-
Packages that use FileSyncIngestionLogs.Status Package Description com.oracle.bmc.generativeai.model -
-
Uses of FileSyncIngestionLogs.Status in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return FileSyncIngestionLogs.Status Modifier and Type Method Description static FileSyncIngestionLogs.StatusFileSyncIngestionLogs.Status. create(String key)FileSyncIngestionLogs.StatusFileSyncIngestionLogs. getStatus()The current status of ingestion for the Filestatic FileSyncIngestionLogs.StatusFileSyncIngestionLogs.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSyncIngestionLogs.Status[]FileSyncIngestionLogs.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type FileSyncIngestionLogs.Status Modifier and Type Method Description FileSyncIngestionLogs.BuilderFileSyncIngestionLogs.Builder. status(FileSyncIngestionLogs.Status status)The current status of ingestion for the FileConstructors in com.oracle.bmc.generativeai.model with parameters of type FileSyncIngestionLogs.Status Constructor Description FileSyncIngestionLogs(String fileId, String filePath, Integer fileSizeInBytes, Integer totalChunksCreated, Integer durationInSeconds, FileSyncIngestionLogs.Status status, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-