Class: Google::Cloud::Dataform::V1beta1::NotebookRuntimeOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

Configures various aspects of Dataform notebook runtime.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_output_bucket::String

Returns Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

Returns:

  • (::String)

    Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.



1422
1423
1424
1425
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1422

class NotebookRuntimeOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end