public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessageThe desired input location information.
Implements
IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
InputConfig()
public InputConfig()InputConfig(InputConfig)
public InputConfig(InputConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
InputConfig |
Properties
DataFormat
public DataFormat DataFormat { get; set; }The input data format that used to store the model in Cloud Storage.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
GcsSource |
|
SourceCase
public InputConfig.SourceOneofCase SourceCase { get; }| Property Value | |
|---|---|
| Type | Description |
InputConfig.SourceOneofCase |
|