GoogleCloudMlV1ContainerSpec constructor

GoogleCloudMlV1ContainerSpec({
  1. List<String>? args,
  2. List<String>? command,
  3. List<GoogleCloudMlV1EnvVar>? env,
  4. String? image,
  5. List<GoogleCloudMlV1ContainerPort>? ports,
})

Implementation

GoogleCloudMlV1ContainerSpec({
  this.args,
  this.command,
  this.env,
  this.image,
  this.ports,
});