GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig.fromJson constructor
GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig.fromJson(
core.Map json_,
) : this(
fixedNodeCount: json_['fixedNodeCount'] as core.int?,
scaling:
json_.containsKey('scaling')
? GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling.fromJson(
json_['scaling'] as core.Map<core.String, core.dynamic>,
)
: null,
);