GoogleCloudAiplatformV1PredictSchemata constructor

GoogleCloudAiplatformV1PredictSchemata({
  1. String? instanceSchemaUri,
  2. String? parametersSchemaUri,
  3. String? predictionSchemaUri,
})

Implementation

GoogleCloudAiplatformV1PredictSchemata({
  this.instanceSchemaUri,
  this.parametersSchemaUri,
  this.predictionSchemaUri,
});