GoogleCloudAiplatformV1Model constructor
GoogleCloudAiplatformV1Model({
- String? artifactUri,
- GoogleCloudAiplatformV1ModelBaseModelSource? baseModelSource,
- GoogleCloudAiplatformV1ModelContainerSpec? containerSpec,
- String? createTime,
- GoogleCloudAiplatformV1ModelDataStats? dataStats,
- List<
GoogleCloudAiplatformV1DeployedModelRef> ? deployedModels, - String? description,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- GoogleCloudAiplatformV1ExplanationSpec? explanationSpec,
- Map<
String, String> ? labels, - Object? metadata,
- String? metadataArtifact,
- String? metadataSchemaUri,
- GoogleCloudAiplatformV1ModelSourceInfo? modelSourceInfo,
- String? name,
- GoogleCloudAiplatformV1ModelOriginalModelInfo? originalModelInfo,
- String? pipelineJob,
- GoogleCloudAiplatformV1PredictSchemata? predictSchemata,
- List<
String> ? supportedDeploymentResourcesTypes, - List<
GoogleCloudAiplatformV1ModelExportFormat> ? supportedExportFormats, - List<
String> ? supportedInputStorageFormats, - List<
String> ? supportedOutputStorageFormats, - String? trainingPipeline,
- String? updateTime,
- List<
String> ? versionAliases, - String? versionCreateTime,
- String? versionDescription,
- String? versionId,
- 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,
});