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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
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
Type
Description
string

setImageUri

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCommand

The command to be invoked when the container is started.

It overrides the entrypoint instruction in Dockerfile when provided.

Returns
Type
Description

setCommand

The command to be invoked when the container is started.

It overrides the entrypoint instruction in Dockerfile when provided.

Parameter
Name
Description
var
string[]
Returns
Type
Description
$this

getArgs

The arguments to be passed when starting the container.

Returns
Type
Description

setArgs

The arguments to be passed when starting the container.

Parameter
Name
Description
var
string[]
Returns
Type
Description
$this

getEnv

Environment variables to be passed to the container.

Maximum limit is 100.

Returns
Type
Description

setEnv

Environment variables to be passed to the container.

Maximum limit is 100.

Parameter
Name
Description
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: