GoogleCloudAiplatformV1PublisherModel constructor

GoogleCloudAiplatformV1PublisherModel({
  1. List<String>? frameworks,
  2. String? launchStage,
  3. String? name,
  4. String? openSourceCategory,
  5. GoogleCloudAiplatformV1PredictSchemata? predictSchemata,
  6. String? publisherModelTemplate,
  7. GoogleCloudAiplatformV1PublisherModelCallToAction? supportedActions,
  8. String? versionId,
  9. String? versionState,
})

Implementation

GoogleCloudAiplatformV1PublisherModel({
  this.frameworks,
  this.launchStage,
  this.name,
  this.openSourceCategory,
  this.predictSchemata,
  this.publisherModelTemplate,
  this.supportedActions,
  this.versionId,
  this.versionState,
});