GoogleCloudAiplatformV1BatchPredictionJobInputConfig class
Configures the input to BatchPredictionJob.
See Model.supported_input_storage_formats for Model's supported input formats, and how instances should be expressed via any of them.
Constructors
- GoogleCloudAiplatformV1BatchPredictionJobInputConfig({GoogleCloudAiplatformV1BigQuerySource? bigquerySource, GoogleCloudAiplatformV1GcsSource? gcsSource, String? instancesFormat})
- GoogleCloudAiplatformV1BatchPredictionJobInputConfig.fromJson(Map json_)
Properties
- bigquerySource ↔ GoogleCloudAiplatformV1BigQuerySource?
-
The BigQuery location of the input table.
getter/setter pair
- gcsSource ↔ GoogleCloudAiplatformV1GcsSource?
-
The Cloud Storage location for the input instances.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instancesFormat ↔ String?
-
The format in which instances are given, must be one of the Model's
supported_input_storage_formats.
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