Google Cloud Ai Platform V1 Client - Class ContainerSpec (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ContainerSpec.

The spec of a Container.

Generated from protobuf message google.cloud.aiplatform.v1.ContainerSpec

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ image_uri string

Required. The URI of a container image in the Container Registry that is to be run on each worker replica.

↳ command array

The command to be invoked when the container is started. It overrides the entrypoint instruction in Dockerfile when provided.

↳ args array

The arguments to be passed when starting the container.

↳ env array<Google\Cloud\AIPlatform\V1\EnvVar>

Environment variables to be passed to the container. Maximum limit is 100.

getImageUri

Required. The URI of a container image in the Container Registry that is to be run on each worker replica.

Generated from protobuf field string image_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setImageUri

Required. The URI of a container image in the Container Registry that is to be run on each worker replica.

Generated from protobuf field string image_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCommand

The command to be invoked when the container is started.

It overrides the entrypoint instruction in Dockerfile when provided.

Generated from protobuf field repeated string command = 2;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCommand

The command to be invoked when the container is started.

It overrides the entrypoint instruction in Dockerfile when provided.

Generated from protobuf field repeated string command = 2;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getArgs

The arguments to be passed when starting the container.

Generated from protobuf field repeated string args = 3;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setArgs

The arguments to be passed when starting the container.

Generated from protobuf field repeated string args = 3;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getEnv

Environment variables to be passed to the container.

Maximum limit is 100.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.EnvVar env = 4;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEnv

Environment variables to be passed to the container.

Maximum limit is 100.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.EnvVar env = 4;

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\EnvVar>
Returns
TypeDescription
$this