service Tier
public final CreateModelInteractionParams.Builder serviceTier(CreateModelInteractionParams.ServiceTier serviceTier)
The service tier for the interaction.
public final CreateModelInteractionParams.Builder serviceTier(JsonField<CreateModelInteractionParams.ServiceTier> serviceTier)
Sets Builder.serviceTier to an arbitrary JSON value.
You should usually call Builder.serviceTier with a well-typed ServiceTier value instead. This method is primarily for setting the field to an undocumented or not yet supported value.