Uses of Class
com.azure.ai.openai.models.UploadPurpose
Packages that use UploadPurpose
-
Uses of UploadPurpose in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as UploadPurposeModifier and TypeFieldDescriptionstatic final UploadPurposeUploadPurpose.ASSISTANTSStatic value assistants for UploadPurpose.static final UploadPurposeUploadPurpose.ASSISTANTS_OUTPUTStatic value assistants_output for UploadPurpose.static final UploadPurposeUploadPurpose.BATCHStatic value batch for UploadPurpose.static final UploadPurposeUploadPurpose.BATCH_OUTPUTStatic value batch_output for UploadPurpose.static final UploadPurposeUploadPurpose.FINE_TUNEStatic value fine-tune for UploadPurpose.static final UploadPurposeUploadPurpose.FINE_TUNE_RESULTSStatic value fine-tune-results for UploadPurpose.static final UploadPurposeUploadPurpose.VISIONStatic value vision for UploadPurpose.Methods in com.azure.ai.openai.models that return UploadPurposeModifier and TypeMethodDescriptionstatic UploadPurposeUploadPurpose.fromString(String name) Creates or finds a UploadPurpose from its string representation.Upload.getPurpose()Get the purpose property: The intended purpose of the file.Methods in com.azure.ai.openai.models that return types with arguments of type UploadPurposeModifier and TypeMethodDescriptionstatic Collection<UploadPurpose> UploadPurpose.values()Gets known UploadPurpose values.