View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput (google_api_ai_platform v0.13.0)
Input for question answering helpfulness metric.
Attributes
-
instance
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInstance.t
, default:nil
) - Required. Question answering helpfulness instance. -
metricSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec.t
, default:nil
) - Required. Spec for question answering helpfulness score metric.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput{ instance: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInstance.t() | nil, metricSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.