Class: Google::Cloud::Optimization::V1::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::OutputConfig
- 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
-
#data_format ⇒ ::Google::Cloud::Optimization::V1::DataFormat
The output data format that used to store the results in Cloud Storage.
-
#gcs_destination ⇒ ::Google::Cloud::Optimization::V1::GcsDestination
The Google Cloud Storage location to write the output to.
Instance Attribute Details
#data_format ⇒ ::Google::Cloud::Optimization::V1::DataFormat
Returns The output data format that used to store the results in Cloud Storage.
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.
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 |