GoogleCloudAiplatformV1BatchPredictionJobOutputConfig constructor
GoogleCloudAiplatformV1BatchPredictionJobOutputConfig({
- GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination,
- GoogleCloudAiplatformV1GcsDestination? gcsDestination,
- String? predictionsFormat,
Implementation
GoogleCloudAiplatformV1BatchPredictionJobOutputConfig({
this.bigqueryDestination,
this.gcsDestination,
this.predictionsFormat,
});