GoogleCloudAiplatformV1StreamingPredictRequest constructor

GoogleCloudAiplatformV1StreamingPredictRequest({
  1. List<GoogleCloudAiplatformV1Tensor>? inputs,
  2. GoogleCloudAiplatformV1Tensor? parameters,
})

Implementation

GoogleCloudAiplatformV1StreamingPredictRequest({
  this.inputs,
  this.parameters,
});