Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 1.28 KB

File metadata and controls

75 lines (45 loc) · 1.28 KB

google.generativeai.protos.PredictRequest

View source on GitHub

Request message for [PredictionService.Predict][google.ai.generativelanguage.v1beta.PredictionService.Predict].

Attributes

model

str

Required. The name of the model for prediction. Format: name=models/{model}.

instances

MutableSequence[google.protobuf.struct_pb2.Value]

Required. The instances that are the input to the prediction call.

parameters

google.protobuf.struct_pb2.Value

Optional. The parameters that govern the prediction call.