GoogleCloudAiplatformV1DirectPredictResponse constructor

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

Implementation

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