Class: Google::Cloud::Optimization::V1::InputConfig

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 input location information.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The input data format that used to store the model in Cloud Storage.

Returns:



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.

Returns:



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