GoogleCloudAiplatformV1Model constructor

GoogleCloudAiplatformV1Model({
  1. String? artifactUri,
  2. GoogleCloudAiplatformV1ModelContainerSpec? containerSpec,
  3. String? createTime,
  4. List<GoogleCloudAiplatformV1DeployedModelRef>? deployedModels,
  5. String? description,
  6. String? displayName,
  7. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  8. String? etag,
  9. GoogleCloudAiplatformV1ExplanationSpec? explanationSpec,
  10. Map<String, String>? labels,
  11. Object? metadata,
  12. String? metadataArtifact,
  13. String? metadataSchemaUri,
  14. GoogleCloudAiplatformV1ModelSourceInfo? modelSourceInfo,
  15. String? name,
  16. GoogleCloudAiplatformV1ModelOriginalModelInfo? originalModelInfo,
  17. String? pipelineJob,
  18. GoogleCloudAiplatformV1PredictSchemata? predictSchemata,
  19. List<String>? supportedDeploymentResourcesTypes,
  20. List<GoogleCloudAiplatformV1ModelExportFormat>? supportedExportFormats,
  21. List<String>? supportedInputStorageFormats,
  22. List<String>? supportedOutputStorageFormats,
  23. String? trainingPipeline,
  24. String? updateTime,
  25. List<String>? versionAliases,
  26. String? versionCreateTime,
  27. String? versionDescription,
  28. String? versionId,
  29. String? versionUpdateTime,
})

Implementation

GoogleCloudAiplatformV1Model({
  this.artifactUri,
  this.containerSpec,
  this.createTime,
  this.deployedModels,
  this.description,
  this.displayName,
  this.encryptionSpec,
  this.etag,
  this.explanationSpec,
  this.labels,
  this.metadata,
  this.metadataArtifact,
  this.metadataSchemaUri,
  this.modelSourceInfo,
  this.name,
  this.originalModelInfo,
  this.pipelineJob,
  this.predictSchemata,
  this.supportedDeploymentResourcesTypes,
  this.supportedExportFormats,
  this.supportedInputStorageFormats,
  this.supportedOutputStorageFormats,
  this.trainingPipeline,
  this.updateTime,
  this.versionAliases,
  this.versionCreateTime,
  this.versionDescription,
  this.versionId,
  this.versionUpdateTime,
});