Reference documentation and code samples for the Cloud Optimization V1 API class Google::Cloud::Optimization::V1::InputConfig.
The desired input location information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_format
def data_format() -> ::Google::Cloud::Optimization::V1::DataFormat
Returns
- (::Google::Cloud::Optimization::V1::DataFormat) — The input data format that used to store the model in Cloud Storage.
#data_format=
def data_format=(value) -> ::Google::Cloud::Optimization::V1::DataFormat
Parameter
- value (::Google::Cloud::Optimization::V1::DataFormat) — The input data format that used to store the model in Cloud Storage.
Returns
- (::Google::Cloud::Optimization::V1::DataFormat) — The input data format that used to store the model in Cloud Storage.
#gcs_source
def gcs_source() -> ::Google::Cloud::Optimization::V1::GcsSource
Returns
- (::Google::Cloud::Optimization::V1::GcsSource) — The Google Cloud Storage location to read the input from. This must be a single file.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::Optimization::V1::GcsSource
Parameter
- value (::Google::Cloud::Optimization::V1::GcsSource) — The Google Cloud Storage location to read the input from. This must be a single file.
Returns
- (::Google::Cloud::Optimization::V1::GcsSource) — The Google Cloud Storage location to read the input from. This must be a single file.