GoogleCloudAiplatformV1FeatureViewOptimizedConfig.fromJson constructor

GoogleCloudAiplatformV1FeatureViewOptimizedConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1FeatureViewOptimizedConfig.fromJson(core.Map json_)
  : this(
      automaticResources:
          json_.containsKey('automaticResources')
              ? GoogleCloudAiplatformV1AutomaticResources.fromJson(
                json_['automaticResources']
                    as core.Map<core.String, core.dynamic>,
              )
              : null,
    );