Class: Google::Cloud::Dataproc::V1::JobPlacement
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::JobPlacement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/jobs.rb
Overview
Dataproc job config.
Defined Under Namespace
Classes: ClusterLabelsEntry
Instance Attribute Summary collapse
-
#cluster_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#cluster_name ⇒ ::String
Required.
-
#cluster_uuid ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cluster_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Cluster labels to identify a cluster where the job will be submitted.
559 560 561 562 563 564 565 566 567 568 569 570 571 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 559 class JobPlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ClusterLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#cluster_name ⇒ ::String
Returns Required. The name of the cluster where the job will be submitted.
559 560 561 562 563 564 565 566 567 568 569 570 571 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 559 class JobPlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ClusterLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#cluster_uuid ⇒ ::String (readonly)
Returns Output only. A cluster UUID generated by the Dataproc service when the job is submitted.
559 560 561 562 563 564 565 566 567 568 569 570 571 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 559 class JobPlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ClusterLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |