GoogleCloudMlV1ContainerSpec class
Specification of a custom container for serving predictions.
This message is a subset of the Kubernetes Container v1 core specification.
Constructors
-
GoogleCloudMlV1ContainerSpec({List<
String> ? args, List<String> ? command, List<GoogleCloudMlV1EnvVar> ? env, String? image, List<GoogleCloudMlV1ContainerPort> ? ports}) - GoogleCloudMlV1ContainerSpec.fromJson(Map json_)
Properties
-
args
↔ List<
String> ? -
Specifies arguments for the command that runs when the container starts.
getter/setter pair
-
command
↔ List<
String> ? -
Specifies the command that runs when the container starts.
getter/setter pair
-
env
↔ List<
GoogleCloudMlV1EnvVar> ? -
List of environment variables to set in the container.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ String?
-
URI of the Docker image to be used as the custom container for serving
predictions.
getter/setter pair
-
ports
↔ List<
GoogleCloudMlV1ContainerPort> ? -
List of ports to expose from the container.
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