GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec.fromJson constructor

GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec.fromJson(
  core.Map json_,
) : this(
      useReference: json_['useReference'] as core.bool?,
      version: json_['version'] as core.int?,
    );