GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig (google_api_data_labeling v0.2.1) View Source
The configuration of input data, including data type, location, etc.
Attributes
-
annotationType
(type:String.t
, default:nil
) - 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. -
bigquerySource
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BigQuerySource.t
, default:nil
) - Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob. -
classificationMetadata
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ClassificationMetadata.t
, default:nil
) - 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. -
dataType
(type:String.t
, default:nil
) - Required. Data type must be specifed when user tries to import data. -
gcsSource
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsSource.t
, default:nil
) - Source located in Cloud Storage. -
textMetadata
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TextMetadata.t
, default:nil
) - Required for text import, as language code must be specified.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig{ annotationType: String.t(), bigquerySource: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BigQuerySource.t(), classificationMetadata: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ClassificationMetadata.t(), dataType: String.t(), gcsSource: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsSource.t(), textMetadata: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TextMetadata.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.