View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1OutputConfig (google_api_data_labeling v0.3.1)
The configuration of output data.
Attributes
-
gcsDestination
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1GcsDestination.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.GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.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.GoogleCloudDatalabelingV1p1alpha1OutputConfig{ gcsDestination: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1GcsDestination.t() | nil, gcsFolderDestination: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.