GoogleCloudMlV1ContainerSpec constructor
GoogleCloudMlV1ContainerSpec({
- List<
String> ? args, - List<
String> ? command, - List<
GoogleCloudMlV1EnvVar> ? env, - String? image,
- List<
GoogleCloudMlV1ContainerPort> ? ports,
Implementation
GoogleCloudMlV1ContainerSpec({
this.args,
this.command,
this.env,
this.image,
this.ports,
});