Class InputConfig (1.0.0-beta03)

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

The configuration of input data, including data type, location, etc.

Inheritance

Object > InputConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

InputConfig()

public InputConfig()

InputConfig(InputConfig)

public InputConfig(InputConfig other)
Parameter
NameDescription
otherInputConfig

Properties

AnnotationType

public AnnotationType AnnotationType { get; set; }

Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an [EvaluationJob][google.cloud.datalabeling.v1beta1.EvaluationJob].

Property Value
TypeDescription
AnnotationType

BigquerySource

public BigQuerySource BigquerySource { get; set; }

Source located in BigQuery. You must specify this field if you are using this InputConfig in an [EvaluationJob][google.cloud.datalabeling.v1beta1.EvaluationJob].

Property Value
TypeDescription
BigQuerySource

ClassificationMetadata

public ClassificationMetadata ClassificationMetadata { get; set; }

Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an [EvaluationJob][google.cloud.datalabeling.v1beta1.EvaluationJob] for a model version that performs classification.

Property Value
TypeDescription
ClassificationMetadata

DataType

public DataType DataType { get; set; }

Required. Data type must be specifed when user tries to import data.

Property Value
TypeDescription
DataType

DataTypeMetadataCase

public InputConfig.DataTypeMetadataOneofCase DataTypeMetadataCase { get; }
Property Value
TypeDescription
InputConfig.DataTypeMetadataOneofCase

GcsSource

public GcsSource GcsSource { get; set; }

Source located in Cloud Storage.

Property Value
TypeDescription
GcsSource

SourceCase

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

TextMetadata

public TextMetadata TextMetadata { get; set; }

Required for text import, as language code must be specified.

Property Value
TypeDescription
TextMetadata