GoogleCloudAiplatformV1BatchPredictionJobOutputInfo class

Further describes this job's output.

Supplements output_config.

Constructors

GoogleCloudAiplatformV1BatchPredictionJobOutputInfo({String? bigqueryOutputDataset, String? bigqueryOutputTable, String? gcsOutputDirectory})
GoogleCloudAiplatformV1BatchPredictionJobOutputInfo.fromJson(Map json_)

Properties

bigqueryOutputDataset String?
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
getter/setter pair
bigqueryOutputTable String?
The name of the BigQuery table created, in predictions_ format, into which the prediction output is written.
getter/setter pair
gcsOutputDirectory String?
The full path of the Cloud Storage directory created, into which the prediction output is written.
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

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