GoogleCloudAiplatformV1DirectRawPredictRequest constructor

GoogleCloudAiplatformV1DirectRawPredictRequest({
  1. String? input,
  2. String? methodName,
})

Implementation

GoogleCloudAiplatformV1DirectRawPredictRequest({
  this.input,
  this.methodName,
});