GoogleCloudAiplatformV1BatchPredictionJobOutputInfo.fromJson constructor
GoogleCloudAiplatformV1BatchPredictionJobOutputInfo.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1BatchPredictionJobOutputInfo.fromJson(core.Map json_)
: this(
bigqueryOutputDataset: json_['bigqueryOutputDataset'] as core.String?,
bigqueryOutputTable: json_['bigqueryOutputTable'] as core.String?,
gcsOutputDirectory: json_['gcsOutputDirectory'] as core.String?,
);