Class: Google::Cloud::Optimization::V1::InputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::InputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/optimization/v1/async_model.rb
Overview
The desired input location information.
Instance Attribute Summary collapse
-
#data_format ⇒ ::Google::Cloud::Optimization::V1::DataFormat
The input data format that used to store the model in Cloud Storage.
-
#gcs_source ⇒ ::Google::Cloud::Optimization::V1::GcsSource
The Google Cloud Storage location to read the input from.
Instance Attribute Details
#data_format ⇒ ::Google::Cloud::Optimization::V1::DataFormat
Returns The input data format that used to store the model in Cloud Storage.
32 33 34 35 |
# File 'proto_docs/google/cloud/optimization/v1/async_model.rb', line 32 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_source ⇒ ::Google::Cloud::Optimization::V1::GcsSource
Returns The Google Cloud Storage location to read the input from. This must be a single file.
32 33 34 35 |
# File 'proto_docs/google/cloud/optimization/v1/async_model.rb', line 32 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |