Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::RuntimeConfig.
Runtime configuration for a workload.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#container_image
def container_image() -> ::String
Returns
- (::String) — Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
#container_image=
def container_image=(value) -> ::String
Parameter
- value (::String) — Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
Returns
- (::String) — Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
#properties
def properties() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, which are used to configure workload execution.
#properties=
def properties=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, which are used to configure workload execution.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, which are used to configure workload execution.
#repository_config
def repository_config() -> ::Google::Cloud::Dataproc::V1::RepositoryConfig
Returns
- (::Google::Cloud::Dataproc::V1::RepositoryConfig) — Optional. Dependency repository configuration.
#repository_config=
def repository_config=(value) -> ::Google::Cloud::Dataproc::V1::RepositoryConfig
Parameter
- value (::Google::Cloud::Dataproc::V1::RepositoryConfig) — Optional. Dependency repository configuration.
Returns
- (::Google::Cloud::Dataproc::V1::RepositoryConfig) — Optional. Dependency repository configuration.
#version
def version() -> ::String
Returns
- (::String) — Optional. Version of the batch runtime.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — Optional. Version of the batch runtime.
Returns
- (::String) — Optional. Version of the batch runtime.