GoogleCloudAiplatformV1ModelContainerSpec class

Specification of a container for serving predictions.

Some fields in this message correspond to fields in the Kubernetes Container v1 core specification.

Constructors

GoogleCloudAiplatformV1ModelContainerSpec({List<String>? args, List<String>? command, String? deploymentTimeout, List<GoogleCloudAiplatformV1EnvVar>? env, List<GoogleCloudAiplatformV1Port>? grpcPorts, GoogleCloudAiplatformV1Probe? healthProbe, String? healthRoute, String? imageUri, List<GoogleCloudAiplatformV1Port>? ports, String? predictRoute, String? sharedMemorySizeMb, GoogleCloudAiplatformV1Probe? startupProbe})
GoogleCloudAiplatformV1ModelContainerSpec.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
deploymentTimeout String?
Deployment timeout.
getter/setter pair
env List<GoogleCloudAiplatformV1EnvVar>?
List of environment variables to set in the container.
getter/setter pair
grpcPorts List<GoogleCloudAiplatformV1Port>?
List of ports to expose from the container.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthProbe GoogleCloudAiplatformV1Probe?
Specification for Kubernetes readiness probe.
getter/setter pair
healthRoute String?
HTTP path on the container to send health checks to.
getter/setter pair
imageUri String?
URI of the Docker image to be used as the custom container for serving predictions.
getter/setter pair
ports List<GoogleCloudAiplatformV1Port>?
List of ports to expose from the container.
getter/setter pair
predictRoute String?
HTTP path on the container to send prediction requests to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedMemorySizeMb String?
The amount of the VM memory to reserve as the shared memory for the model in megabytes.
getter/setter pair
startupProbe GoogleCloudAiplatformV1Probe?
Specification for Kubernetes startup probe.
getter/setter pair

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