GoogleCloudAiplatformV1Model constructor

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

Implementation

GoogleCloudAiplatformV1Model({
  this.artifactUri,
  this.baseModelSource,
  this.checkpoints,
  this.containerSpec,
  this.createTime,
  this.dataStats,
  this.defaultCheckpointId,
  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.satisfiesPzi,
  this.satisfiesPzs,
  this.supportedDeploymentResourcesTypes,
  this.supportedExportFormats,
  this.supportedInputStorageFormats,
  this.supportedOutputStorageFormats,
  this.trainingPipeline,
  this.updateTime,
  this.versionAliases,
  this.versionCreateTime,
  this.versionDescription,
  this.versionId,
  this.versionUpdateTime,
});