Class ModelConfig.Headers
-
- All Implemented Interfaces:
public final class ModelConfig.HeadersCustom headers sent with every request to the model provider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModelConfig.Headers.BuilderA builder for Headers.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final ModelConfig.Headers.BuildertoBuilder()final ModelConfig.Headersvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ModelConfig.Headers.Builderbuilder()Returns a mutable builder for constructing an instance of Headers. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ModelConfig.Headers.Builder toBuilder()
-
validate
final ModelConfig.Headers validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ModelConfig.Headers.Builder builder()
Returns a mutable builder for constructing an instance of Headers.
-
-
-
-