Google Cloud Datalabeling V1beta1Input Config Response
data class GoogleCloudDatalabelingV1beta1InputConfigResponse(val annotationType: String, val bigquerySource: GoogleCloudDatalabelingV1beta1BigQuerySourceResponse, val classificationMetadata: GoogleCloudDatalabelingV1beta1ClassificationMetadataResponse, val dataType: String, val gcsSource: GoogleCloudDatalabelingV1beta1GcsSourceResponse, val textMetadata: GoogleCloudDatalabelingV1beta1TextMetadataResponse)
The configuration of input data, including data type, location, etc.
Constructors
Link copied to clipboard
fun GoogleCloudDatalabelingV1beta1InputConfigResponse(annotationType: String, bigquerySource: GoogleCloudDatalabelingV1beta1BigQuerySourceResponse, classificationMetadata: GoogleCloudDatalabelingV1beta1ClassificationMetadataResponse, dataType: String, gcsSource: GoogleCloudDatalabelingV1beta1GcsSourceResponse, textMetadata: GoogleCloudDatalabelingV1beta1TextMetadataResponse)