GoogleCloudAiplatformV1ImportDataConfig class
Describes the location from where we import data into a Dataset, together with the labels that will be applied to the DataItems and the Annotations.
Constructors
-
GoogleCloudAiplatformV1ImportDataConfig({Map<
String, String> ? annotationLabels, Map<String, String> ? dataItemLabels, GoogleCloudAiplatformV1GcsSource? gcsSource, String? importSchemaUri}) - GoogleCloudAiplatformV1ImportDataConfig.fromJson(Map json_)
Properties
-
annotationLabels
↔ Map<
String, String> ? -
Labels that will be applied to newly imported Annotations.
getter/setter pair
-
dataItemLabels
↔ Map<
String, String> ? -
Labels that will be applied to newly imported DataItems.
getter/setter pair
- gcsSource ↔ GoogleCloudAiplatformV1GcsSource?
-
The Google Cloud Storage location for the input content.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- importSchemaUri ↔ String?
-
Points to a YAML file stored on Google Cloud Storage describing the import
format.
getter/setter pair
- 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(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited