compute Type
Parameters
value
Information about the compute resources the build project will use. Valid values: BUILD_GENERAL1_SMALL
, BUILD_GENERAL1_MEDIUM
, BUILD_GENERAL1_LARGE
, BUILD_GENERAL1_2XLARGE
, BUILD_LAMBDA_1GB
, BUILD_LAMBDA_2GB
, BUILD_LAMBDA_4GB
, BUILD_LAMBDA_8GB
, BUILD_LAMBDA_10GB
. BUILD_GENERAL1_SMALL
is only valid if type
is set to LINUX_CONTAINER
. When type
is set to LINUX_GPU_CONTAINER
, compute_type
must be BUILD_GENERAL1_LARGE
. When type
is set to LINUX_LAMBDA_CONTAINER
or ARM_LAMBDA_CONTAINER
, compute_type
must be BUILD_LAMBDA_XGB
.`