GoogleCloudMlV1Version constructor

GoogleCloudMlV1Version({
  1. GoogleCloudMlV1AcceleratorConfig? acceleratorConfig,
  2. GoogleCloudMlV1AutoScaling? autoScaling,
  3. GoogleCloudMlV1ContainerSpec? container,
  4. String? createTime,
  5. String? deploymentUri,
  6. String? description,
  7. String? errorMessage,
  8. String? etag,
  9. GoogleCloudMlV1ExplanationConfig? explanationConfig,
  10. String? framework,
  11. bool? isDefault,
  12. Map<String, String>? labels,
  13. String? lastMigrationModelId,
  14. String? lastMigrationTime,
  15. String? lastUseTime,
  16. String? machineType,
  17. GoogleCloudMlV1ManualScaling? manualScaling,
  18. String? name,
  19. List<String>? packageUris,
  20. String? predictionClass,
  21. String? pythonVersion,
  22. GoogleCloudMlV1RequestLoggingConfig? requestLoggingConfig,
  23. GoogleCloudMlV1RouteMap? routes,
  24. String? runtimeVersion,
  25. String? serviceAccount,
  26. String? state,
})

Implementation

GoogleCloudMlV1Version({
  this.acceleratorConfig,
  this.autoScaling,
  this.container,
  this.createTime,
  this.deploymentUri,
  this.description,
  this.errorMessage,
  this.etag,
  this.explanationConfig,
  this.framework,
  this.isDefault,
  this.labels,
  this.lastMigrationModelId,
  this.lastMigrationTime,
  this.lastUseTime,
  this.machineType,
  this.manualScaling,
  this.name,
  this.packageUris,
  this.predictionClass,
  this.pythonVersion,
  this.requestLoggingConfig,
  this.routes,
  this.runtimeVersion,
  this.serviceAccount,
  this.state,
});