Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ImageSpec.
The image spec for building an image (within a single build step), based on the config file (i.e. Dockerfile) in the source directory.
Generated from protobuf message google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.ImageSpec
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ReasoningEngineSpec \ SourceCodeSpecMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ build_args |
array|Google\Protobuf\Internal\MapField
Optional. Build arguments to be used. They will be passed through --build-arg flags. |
getBuildArgs
Optional. Build arguments to be used. They will be passed through --build-arg flags.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setBuildArgs
Optional. Build arguments to be used. They will be passed through --build-arg flags.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|