ExportDataConfig class final
Describes what part of the Dataset is to be exported, the destination of the export and how to export.
- Inheritance
-
- Object
- ProtoMessage
- ExportDataConfig
Constructors
- ExportDataConfig({GcsDestination? gcsDestination, ExportFractionSplit? fractionSplit, String annotationsFilter = ''})
-
ExportDataConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- annotationsFilter → String
-
An expression for filtering what part of the Dataset is to be exported.
Only Annotations that match this filter will be exported. The filter syntax
is the same as in
ListAnnotations.final - fractionSplit → ExportFractionSplit?
-
Split based on fractions defining the size of each set.
final
- gcsDestination → GcsDestination?
-
The Google Cloud Storage location where the output is to be written to.
In the given directory a new directory will be created with name:
export-data-<dataset-display-name>-<timestamp-of-export-call>where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export output will be written into that directory. Inside that directory, annotations with the same schema will be grouped into sub directories which are named with the corresponding annotations' schema title. Inside these sub directories, a schema.yaml will be created to describe the output format.final - hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String