Uses of Class
com.azure.ai.openai.models.DataFileDetails
Packages that use DataFileDetails
-
Uses of DataFileDetails in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return DataFileDetailsModifier and TypeMethodDescriptionAddUploadPartRequest.getData()Get the data property: The chunk of bytes for this Part.DataFileDetails.setContentType(String contentType) Set the contentType property: The content-type of the file.DataFileDetails.setFilename(String filename) Set the filename property: The filename of the file.Constructors in com.azure.ai.openai.models with parameters of type DataFileDetailsModifierConstructorDescriptionCreates an instance of AddUploadPartRequest class.