GRPCOptions

class baseten.client.modelconfig.GRPCOptions(*, kind='grpc')

Bases: BaseModel

Parameters:

kind (Annotated[Literal['grpc'], FieldInfo(annotation=NoneType, required=True, title='Kind')])

model_config = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].