class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1OutputConfig

The configuration of output data.

Attributes

gcs_destination[RW]

Export destination of the data.Only gcs path is allowed in output_uri. Corresponds to the JSON property `gcsDestination` @return [Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1GcsDestination]

gcs_folder_destination[RW]

Export folder destination of the data. Corresponds to the JSON property `gcsFolderDestination` @return [Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1p1alpha1GcsFolderDestination]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 5350
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 5355
def update!(**args)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
  @gcs_folder_destination = args[:gcs_folder_destination] if args.key?(:gcs_folder_destination)
end