Reference documentation and code samples for the Google Cloud Dataproc V1 Client class RuntimeConfig.
Runtime configuration for a workload.
Generated from protobuf message google.cloud.dataproc.v1.RuntimeConfig
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ version |
string
Optional. Version of the batch runtime. |
↳ container_image |
string
Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used. |
↳ properties |
array|Google\Protobuf\Internal\MapField
Optional. A mapping of property names to values, which are used to configure workload execution. |
↳ repository_config |
RepositoryConfig
Optional. Dependency repository configuration. |
↳ autotuning_config |
AutotuningConfig
Optional. Autotuning configuration of the workload. |
↳ cohort |
string
Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs. |
getVersion
Optional. Version of the batch runtime.
Returns | |
---|---|
Type | Description |
string |
setVersion
Optional. Version of the batch runtime.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContainerImage
Optional. Optional custom container image for the job runtime environment.
If not specified, a default container image will be used.
Returns | |
---|---|
Type | Description |
string |
setContainerImage
Optional. Optional custom container image for the job runtime environment.
If not specified, a default container image will be used.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProperties
Optional. A mapping of property names to values, which are used to configure workload execution.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setProperties
Optional. A mapping of property names to values, which are used to configure workload execution.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getRepositoryConfig
Optional. Dependency repository configuration.
Returns | |
---|---|
Type | Description |
RepositoryConfig|null |
hasRepositoryConfig
clearRepositoryConfig
setRepositoryConfig
Optional. Dependency repository configuration.
Parameter | |
---|---|
Name | Description |
var |
RepositoryConfig
|
Returns | |
---|---|
Type | Description |
$this |
getAutotuningConfig
Optional. Autotuning configuration of the workload.
Returns | |
---|---|
Type | Description |
AutotuningConfig|null |
hasAutotuningConfig
clearAutotuningConfig
setAutotuningConfig
Optional. Autotuning configuration of the workload.
Parameter | |
---|---|
Name | Description |
var |
AutotuningConfig
|
Returns | |
---|---|
Type | Description |
$this |
getCohort
Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs.
Returns | |
---|---|
Type | Description |
string |
setCohort
Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |