GoogleFirebasePredictionsV1beta1ComputePredictionsRequest constructor

GoogleFirebasePredictionsV1beta1ComputePredictionsRequest({
  1. List<String>? predictionIds,
  2. String? requestCaller,
  3. String? requestType,
})

Implementation

GoogleFirebasePredictionsV1beta1ComputePredictionsRequest({
  this.predictionIds,
  this.requestCaller,
  this.requestType,
});