Class: Google::Cloud::Notebooks::V1::ExecutionTemplate::DataprocParameters
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ExecutionTemplate::DataprocParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/execution.rb
Overview
Parameters used in Dataproc JobType executions.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
URI for cluster used to run Dataproc execution.
Instance Attribute Details
#cluster ⇒ ::String
Returns URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
.
168 169 170 171 |
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 168 class DataprocParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |