Class: Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1GcsFolderDestination
- Inherits:
-
Object
- Object
- Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1GcsFolderDestination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/datalabeling_v1beta1/classes.rb,
generated/google/apis/datalabeling_v1beta1/representations.rb,
generated/google/apis/datalabeling_v1beta1/representations.rb
Overview
Export folder destination of the data.
Instance Attribute Summary collapse
-
#output_folder_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1GcsFolderDestination
constructor
A new instance of GoogleCloudDatalabelingV1beta1GcsFolderDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatalabelingV1beta1GcsFolderDestination
Returns a new instance of GoogleCloudDatalabelingV1beta1GcsFolderDestination.
2411 2412 2413 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 2411 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_folder_uri ⇒ String
Required. Cloud Storage directory to export data to.
Corresponds to the JSON property outputFolderUri
2409 2410 2411 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 2409 def output_folder_uri @output_folder_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2416 2417 2418 |
# File 'generated/google/apis/datalabeling_v1beta1/classes.rb', line 2416 def update!(**args) @output_folder_uri = args[:output_folder_uri] if args.key?(:output_folder_uri) end |