View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig (google_api_data_labeling v0.3.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig{ annotationType: String.t() | nil, bigquerySource: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1BigQuerySource.t() | nil, classificationMetadata: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ClassificationMetadata.t() | nil, dataType: String.t() | nil, gcsSource: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsSource.t() | nil, textMetadata: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TextMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.