GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField.fromJson constructor

GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField.fromJson(
    core.Map json_)
    : this(
        fieldName: json_.containsKey('fieldName')
            ? json_['fieldName'] as core.String
            : null,
      );