public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class InputConfig.
The configuration of input data, including data type, location, etc.
Implements
IMessageInputConfig, IEquatableInputConfig, IDeepCloneableInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
InputConfig()
public InputConfig()
InputConfig(InputConfig)
public InputConfig(InputConfig other)
Parameter | |
---|---|
Name | Description |
other |
InputConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ClassificationMetadata |
DataType
public DataType DataType { get; set; }
Required. Data type must be specifed when user tries to import data.
Property Value | |
---|---|
Type | Description |
DataType |
DataTypeMetadataCase
public InputConfig.DataTypeMetadataOneofCase DataTypeMetadataCase { get; }
Property Value | |
---|---|
Type | Description |
InputConfigDataTypeMetadataOneofCase |
GcsSource
public GcsSource GcsSource { get; set; }
Source located in Cloud Storage.
Property Value | |
---|---|
Type | Description |
GcsSource |
SourceCase
public InputConfig.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
InputConfigSourceOneofCase |
TextMetadata
public TextMetadata TextMetadata { get; set; }
Required for text import, as language code must be specified.
Property Value | |
---|---|
Type | Description |
TextMetadata |