GoogleCloudAiplatformV1BatchPredictionJobOutputConfig class
Configures the output of BatchPredictionJob.
See Model.supported_output_storage_formats for supported output formats, and how predictions are expressed via any of them.
Constructors
- GoogleCloudAiplatformV1BatchPredictionJobOutputConfig({GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination, GoogleCloudAiplatformV1GcsDestination? gcsDestination, String? predictionsFormat})
- GoogleCloudAiplatformV1BatchPredictionJobOutputConfig.fromJson(Map json_)
Properties
- bigqueryDestination ↔ GoogleCloudAiplatformV1BigQueryDestination?
-
The BigQuery project or dataset location where the output is to be written
to.
getter/setter pair
- gcsDestination ↔ GoogleCloudAiplatformV1GcsDestination?
-
The Cloud Storage location of the directory where the output is to be
written to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- predictionsFormat ↔ String?
-
The format in which Vertex AI gives the predictions, must be one of the
Model's supported_output_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