Class BetaFallbackInfoParam
-
- All Implemented Interfaces:
public final class BetaFallbackInfoParamIdentifies one hop of a fallback transition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaFallbackInfoParam.BuilderA builder for BetaFallbackInfoParam.
-
Method Summary
Modifier and Type Method Description final Modelmodel()The model that will complete your prompt. final JsonField<Model>_model()Returns the raw JSON value of model. final Map<String, JsonValue>_additionalProperties()final BetaFallbackInfoParam.BuildertoBuilder()final BetaFallbackInfoParamvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaFallbackInfoParam.Builderbuilder()Returns a mutable builder for constructing an instance of BetaFallbackInfoParam. -
-
Method Detail
-
model
final Model model()
The model that will complete your prompt.
See models for additional details and options.
-
_model
final JsonField<Model> _model()
Returns the raw JSON value of model.
Unlike model, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaFallbackInfoParam.Builder toBuilder()
-
validate
final BetaFallbackInfoParam 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 BetaFallbackInfoParam.Builder builder()
Returns a mutable builder for constructing an instance of BetaFallbackInfoParam.
The following fields are required:
.model()
-
-
-
-