Cloud Optimization v1 API - Class InputConfig (2.0.0)

public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Optimization v1 API class InputConfig.

The desired input location information.

Inheritance

Object > InputConfig

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

InputConfig()

public InputConfig()

InputConfig(InputConfig)

public InputConfig(InputConfig other)
Parameter
NameDescription
otherInputConfig

Properties

DataFormat

public DataFormat DataFormat { get; set; }

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

Property Value
TypeDescription
DataFormat

GcsSource

public GcsSource GcsSource { get; set; }

The Google Cloud Storage location to read the input from. This must be a single file.

Property Value
TypeDescription
GcsSource

SourceCase

public InputConfig.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
InputConfig.SourceOneofCase