GoogleCloudAiplatformV1PredictResponse constructor

GoogleCloudAiplatformV1PredictResponse({
  1. String? deployedModelId,
  2. Object? metadata,
  3. String? model,
  4. String? modelDisplayName,
  5. String? modelVersionId,
  6. List<Object?>? predictions,
})

Implementation

GoogleCloudAiplatformV1PredictResponse({
  this.deployedModelId,
  this.metadata,
  this.model,
  this.modelDisplayName,
  this.modelVersionId,
  this.predictions,
});