Package com.openai.models
Class VectorStoreFile.LastError.Builder
-
- All Implemented Interfaces:
public final class VectorStoreFile.LastError.Builder
-
-
Constructor Summary
Constructors Constructor Description VectorStoreFile.LastError.Builder()
-
Method Summary
-
-
Method Detail
-
code
final VectorStoreFile.LastError.Builder code(VectorStoreFile.LastError.Code code)
One of
server_error
orrate_limit_exceeded
.
-
code
final VectorStoreFile.LastError.Builder code(JsonField<VectorStoreFile.LastError.Code> code)
One of
server_error
orrate_limit_exceeded
.
-
message
final VectorStoreFile.LastError.Builder message(String message)
A human-readable description of the error.
-
message
final VectorStoreFile.LastError.Builder message(JsonField<String> message)
A human-readable description of the error.
-
additionalProperties
final VectorStoreFile.LastError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final VectorStoreFile.LastError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final VectorStoreFile.LastError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final VectorStoreFile.LastError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final VectorStoreFile.LastError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final VectorStoreFile.LastError build()
-
-
-
-