GoogleCloudAiplatformV1Model constructor

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

Implementation

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