Class BetaFallbackInfo
-
- All Implemented Interfaces:
public final class BetaFallbackInfoIdentifies one hop of a fallback transition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaFallbackInfo.BuilderA builder for BetaFallbackInfo.
-
Method Summary
Modifier and Type Method Description final BetaFallbackInfoParamtoParam()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 BetaFallbackInfo.BuildertoBuilder()final BetaFallbackInfovalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaFallbackInfo.Builderbuilder()Returns a mutable builder for constructing an instance of BetaFallbackInfo. -
-
Method Detail
-
toParam
final BetaFallbackInfoParam toParam()
-
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 BetaFallbackInfo.Builder toBuilder()
-
validate
final BetaFallbackInfo 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 BetaFallbackInfo.Builder builder()
Returns a mutable builder for constructing an instance of BetaFallbackInfo.
The following fields are required:
.model()
-
-
-
-