GoogleCloudAiplatformV1ContainerSpec class
The spec of a Container.
Constructors
-
GoogleCloudAiplatformV1ContainerSpec({List<
String> ? args, List<String> ? command, List<GoogleCloudAiplatformV1EnvVar> ? env, String? imageUri}) - GoogleCloudAiplatformV1ContainerSpec.fromJson(Map json_)
Properties
-
args
↔ List<
String> ? -
The arguments to be passed when starting the container.
getter/setter pair
-
command
↔ List<
String> ? -
The command to be invoked when the container is started.
getter/setter pair
-
env
↔ List<
GoogleCloudAiplatformV1EnvVar> ? -
Environment variables to be passed to the container.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUri ↔ String?
-
The URI of a container image in the Container Registry that is to be run
on each worker replica.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited