Class GoogleCloudDatalabelingV1beta1InputConfig
The configuration of input data, including data type, location, etc.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1InputConfig : IDirectResponseSchema
Properties
AnnotationType
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.
Declaration
[JsonProperty("annotationType")]
public virtual string AnnotationType { get; set; }
Property Value
Type | Description |
---|---|
string |
BigquerySource
Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudDatalabelingV1beta1BigQuerySource BigquerySource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1BigQuerySource |
ClassificationMetadata
Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.
Declaration
[JsonProperty("classificationMetadata")]
public virtual GoogleCloudDatalabelingV1beta1ClassificationMetadata ClassificationMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1ClassificationMetadata |
DataType
Required. Data type must be specifed when user tries to import data.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Source located in Cloud Storage.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDatalabelingV1beta1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1GcsSource |
TextMetadata
Required for text import, as language code must be specified.
Declaration
[JsonProperty("textMetadata")]
public virtual GoogleCloudDatalabelingV1beta1TextMetadata TextMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1TextMetadata |