Class: Google::Cloud::Dataform::V1::NotebookRuntimeOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::NotebookRuntimeOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
Configures various aspects of Dataform notebook runtime.
Instance Attribute Summary collapse
-
#ai_platform_notebook_runtime_template ⇒ ::String
Optional.
-
#gcs_output_bucket ⇒ ::String
Optional.
Instance Attribute Details
#ai_platform_notebook_runtime_template ⇒ ::String
1421 1422 1423 1424 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1421 class NotebookRuntimeOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_output_bucket ⇒ ::String
1421 1422 1423 1424 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1421 class NotebookRuntimeOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |