Package com.openai.models
Class BetaVectorStoreFileDeleteParams
-
- All Implemented Interfaces:
-
com.openai.core.Params
public final class BetaVectorStoreFileDeleteParams implements Params
Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the delete file endpoint.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaVectorStoreFileDeleteParams.Builder
A builder for BetaVectorStoreFileDeleteParams.
-
Method Summary
Modifier and Type Method Description final String
vectorStoreId()
final String
fileId()
final Headers
_additionalHeaders()
final QueryParams
_additionalQueryParams()
final Map<String, JsonValue>
_additionalBodyProperties()
Headers
_headers()
The full set of headers in the parameters, including both fixed and additional headers. QueryParams
_queryParams()
The full set of query params in the parameters, including both fixed and additional query params. final String
getPathParam(Integer index)
final BetaVectorStoreFileDeleteParams.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaVectorStoreFileDeleteParams.Builder
builder()
-
-
Method Detail
-
vectorStoreId
final String vectorStoreId()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
getPathParam
final String getPathParam(Integer index)
-
toBuilder
final BetaVectorStoreFileDeleteParams.Builder toBuilder()
-
builder
final static BetaVectorStoreFileDeleteParams.Builder builder()
-
-
-
-