GoogleCloudAiplatformV1EvaluationInstance constructor
GoogleCloudAiplatformV1EvaluationInstance({
- GoogleCloudAiplatformV1EvaluationInstanceMapInstance? otherData,
- GoogleCloudAiplatformV1EvaluationInstanceInstanceData? prompt,
- GoogleCloudAiplatformV1EvaluationInstanceInstanceData? reference,
- GoogleCloudAiplatformV1EvaluationInstanceInstanceData? response,
- Map<
String, GoogleCloudAiplatformV1RubricGroup> ? rubricGroups,
Implementation
GoogleCloudAiplatformV1EvaluationInstance({
this.otherData,
this.prompt,
this.reference,
this.response,
this.rubricGroups,
});