Class: Google::Cloud::Optimization::V1::OutputConfig

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

Overview

The desired output location.

Instance Attribute Summary collapse

Instance Attribute Details

#data_format::Google::Cloud::Optimization::V1::DataFormat

Returns The output data format that used to store the results in Cloud Storage.

Returns:



44
45
46
47
# File 'proto_docs/google/cloud/optimization/v1/async_model.rb', line 44

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

#gcs_destination::Google::Cloud::Optimization::V1::GcsDestination

Returns The Google Cloud Storage location to write the output to.

Returns:



44
45
46
47
# File 'proto_docs/google/cloud/optimization/v1/async_model.rb', line 44

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