View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1OutputConfig (google_api_data_labeling v0.4.0)
The configuration of output data.
Attributes
-
gcsDestination(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsDestination.t, default:nil) - Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation. -
gcsFolderDestination(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsFolderDestination.t, default:nil) - Output to a folder in Cloud Storage. Should be used for image segmentation or document de-identification labeling outputs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1OutputConfig{ gcsDestination: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsDestination.t() | nil, gcsFolderDestination: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsFolderDestination.t() | nil }