GoogleCloudAiplatformV1Model constructor

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

Implementation

GoogleCloudAiplatformV1Model({
  this.artifactUri,
  this.baseModelSource,
  this.containerSpec,
  this.createTime,
  this.dataStats,
  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,
});