Package com.openai.models.responses
Class ResponseInputFile
-
- All Implemented Interfaces:
public final class ResponseInputFileA file input to the model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseInputFile.BuilderA builder for ResponseInputFile.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()The type of the input item. final Optional<String>fileData()The content of the file to be sent to the model. final Optional<String>fileId()The ID of the file to be sent to the model. final Optional<String>filename()The name of the file to be sent to the model. final JsonField<String>_fileData()The content of the file to be sent to the model. final JsonField<String>_fileId()The ID of the file to be sent to the model. final JsonField<String>_filename()The name of the file to be sent to the model. final Map<String, JsonValue>_additionalProperties()final ResponseInputFilevalidate()final ResponseInputFile.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseInputFile.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseInputFile. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseInputFile validate()
-
toBuilder
final ResponseInputFile.Builder toBuilder()
-
builder
final static ResponseInputFile.Builder builder()
Returns a mutable builder for constructing an instance of ResponseInputFile.
-
-
-
-