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.
#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.