GoogleCloudAiplatformV1StreamingPredictResponse constructor
GoogleCloudAiplatformV1StreamingPredictResponse({
- List<
GoogleCloudAiplatformV1Tensor> ? outputs, - GoogleCloudAiplatformV1Tensor? parameters,
Implementation
GoogleCloudAiplatformV1StreamingPredictResponse({
this.outputs,
this.parameters,
});