GoogleCloudContentwarehouseV1ExportToCdwPipeline class
The configuration of exporting documents from the Document Warehouse to CDW pipeline.
Constructors
-
GoogleCloudContentwarehouseV1ExportToCdwPipeline({String? docAiDataset, List<
String> ? documents, String? exportFolderPath, double? trainingSplitRatio}) - GoogleCloudContentwarehouseV1ExportToCdwPipeline.fromJson(Map json_)
Properties
- docAiDataset ↔ String?
-
The CDW dataset resource name.
getter/setter pair
-
documents
↔ List<
String> ? -
The list of all the resource names of the documents to be processed.
getter/setter pair
- exportFolderPath ↔ String?
-
The Cloud Storage folder path used to store the exported documents before
being sent to CDW.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trainingSplitRatio ↔ double?
-
Ratio of training dataset split.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited