Google Cloud Datalabeling V1beta1Input Config Args
data class GoogleCloudDatalabelingV1beta1InputConfigArgs(val annotationType: Output<GoogleCloudDatalabelingV1beta1InputConfigAnnotationType>? = null, val bigquerySource: Output<GoogleCloudDatalabelingV1beta1BigQuerySourceArgs>? = null, val classificationMetadata: Output<GoogleCloudDatalabelingV1beta1ClassificationMetadataArgs>? = null, val dataType: Output<GoogleCloudDatalabelingV1beta1InputConfigDataType>, val gcsSource: Output<GoogleCloudDatalabelingV1beta1GcsSourceArgs>? = null, val textMetadata: Output<GoogleCloudDatalabelingV1beta1TextMetadataArgs>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1InputConfigArgs>
The configuration of input data, including data type, location, etc.
Constructors
Link copied to clipboard
constructor(annotationType: Output<GoogleCloudDatalabelingV1beta1InputConfigAnnotationType>? = null, bigquerySource: Output<GoogleCloudDatalabelingV1beta1BigQuerySourceArgs>? = null, classificationMetadata: Output<GoogleCloudDatalabelingV1beta1ClassificationMetadataArgs>? = null, dataType: Output<GoogleCloudDatalabelingV1beta1InputConfigDataType>, gcsSource: Output<GoogleCloudDatalabelingV1beta1GcsSourceArgs>? = null, textMetadata: Output<GoogleCloudDatalabelingV1beta1TextMetadataArgs>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
Link copied to clipboard
val classificationMetadata: Output<GoogleCloudDatalabelingV1beta1ClassificationMetadataArgs>? = null
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.
Link copied to clipboard
Data type must be specifed when user tries to import data.
Link copied to clipboard
Source located in Cloud Storage.
Link copied to clipboard
Required for text import, as language code must be specified.