GoogleCloudAiplatformV1StreamingPredictResponse constructor

GoogleCloudAiplatformV1StreamingPredictResponse({
  1. List<GoogleCloudAiplatformV1Tensor>? outputs,
  2. GoogleCloudAiplatformV1Tensor? parameters,
})

Implementation

GoogleCloudAiplatformV1StreamingPredictResponse({
  this.outputs,
  this.parameters,
});