GoogleCloudAiplatformV1FeatureValueMetadata.fromJson constructor

GoogleCloudAiplatformV1FeatureValueMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1FeatureValueMetadata.fromJson(core.Map json_)
    : this(
        generateTime: json_['generateTime'] as core.String?,
      );