GoogleCloudAiplatformV1SupervisedHyperParameters.fromJson constructor

GoogleCloudAiplatformV1SupervisedHyperParameters.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1SupervisedHyperParameters.fromJson(core.Map json_)
    : this(
        adapterSize: json_['adapterSize'] as core.String?,
        epochCount: json_['epochCount'] as core.String?,
        learningRateMultiplier:
            (json_['learningRateMultiplier'] as core.num?)?.toDouble(),
      );