GoogleCloudAiplatformV1ExplainResponse constructor

GoogleCloudAiplatformV1ExplainResponse({
  1. String? deployedModelId,
  2. List<GoogleCloudAiplatformV1Explanation>? explanations,
  3. List<Object?>? predictions,
})

Implementation

GoogleCloudAiplatformV1ExplainResponse({
  this.deployedModelId,
  this.explanations,
  this.predictions,
});