GoogleCloudAiplatformV1ManualBatchTuningParameters.fromJson constructor

GoogleCloudAiplatformV1ManualBatchTuningParameters.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ManualBatchTuningParameters.fromJson(core.Map json_)
  : this(batchSize: json_['batchSize'] as core.int?);