GoogleCloudDatacatalogV1VertexModelSpec constructor

GoogleCloudDatacatalogV1VertexModelSpec({
  1. String? containerImageUri,
  2. List<String>? versionAliases,
  3. String? versionDescription,
  4. String? versionId,
  5. GoogleCloudDatacatalogV1VertexModelSourceInfo? vertexModelSourceInfo,
})

Implementation

GoogleCloudDatacatalogV1VertexModelSpec({
  this.containerImageUri,
  this.versionAliases,
  this.versionDescription,
  this.versionId,
  this.vertexModelSourceInfo,
});