Class BetaFallbackInfoParam.Builder
-
- All Implemented Interfaces:
public final class BetaFallbackInfoParam.BuilderA builder for BetaFallbackInfoParam.
-
-
Method Summary
Modifier and Type Method Description final BetaFallbackInfoParam.Buildermodel(Model model)The model that will complete your prompt. final BetaFallbackInfoParam.Buildermodel(JsonField<Model> model)Sets Builder.model to an arbitrary JSON value. final BetaFallbackInfoParam.Buildermodel(String value)Sets model to an arbitrary String. final BetaFallbackInfoParam.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaFallbackInfoParam.BuilderputAdditionalProperty(String key, JsonValue value)final BetaFallbackInfoParam.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaFallbackInfoParam.BuilderremoveAdditionalProperty(String key)final BetaFallbackInfoParam.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaFallbackInfoParambuild()Returns an immutable instance of BetaFallbackInfoParam. -
-
Method Detail
-
model
final BetaFallbackInfoParam.Builder model(Model model)
The model that will complete your prompt.
See models for additional details and options.
-
model
final BetaFallbackInfoParam.Builder model(JsonField<Model> model)
Sets Builder.model to an arbitrary JSON value.
You should usually call Builder.model with a well-typed Model value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
model
final BetaFallbackInfoParam.Builder model(String value)
Sets model to an arbitrary String.
You should usually call model with a well-typed Model constant instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaFallbackInfoParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaFallbackInfoParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaFallbackInfoParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaFallbackInfoParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaFallbackInfoParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaFallbackInfoParam build()
Returns an immutable instance of BetaFallbackInfoParam.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.model()
-
-
-
-