Module: Google::Cloud::Optimization::V1::DataFormat
- Defined in:
- proto_docs/google/cloud/optimization/v1/async_model.rb
Overview
Data formats for input and output files.
Constant Summary collapse
- DATA_FORMAT_UNSPECIFIED =
Default value.
0
- JSON =
Input data in json format.
1
- STRING =
Input data in string format.
2