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].
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].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `InputConfig` class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, specifically for version 1.0.0-beta03."],["The `InputConfig` class is used to configure input data for labeling operations, including specifying data type, source location (BigQuery or Cloud Storage), and related metadata."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cInputConfig\u003e`, `IDeepCloneable\u003cInputConfig\u003e`, and `IBufferMessage`, along with inheriting members from the base `Object` class."],["Key properties of `InputConfig` include `AnnotationType`, `BigquerySource`, `ClassificationMetadata`, `DataType`, `GcsSource`, and `TextMetadata`, which are essential for defining the input data and its characteristics."],["There are two constructors available for creating `InputConfig` instances, one default constructor and another that accepts an existing `InputConfig` object to create a copy."]]],[]]