Google Cloud Ai Platform V1 Client - Class ContainerSpec (0.13.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.

Returns
TypeDescription
string

setImageUri

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

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.

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.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getArgs

The arguments to be passed when starting the container.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setArgs

The arguments to be passed when starting the container.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getEnv

Environment variables to be passed to the container.

Maximum limit is 100.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEnv

Environment variables to be passed to the container.

Maximum limit is 100.

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