GoogleCloudAiplatformV1RubricBasedInstructionFollowingInput constructor

GoogleCloudAiplatformV1RubricBasedInstructionFollowingInput({
  1. GoogleCloudAiplatformV1RubricBasedInstructionFollowingInstance? instance,
  2. GoogleCloudAiplatformV1RubricBasedInstructionFollowingSpec? metricSpec,
})

Implementation

GoogleCloudAiplatformV1RubricBasedInstructionFollowingInput({
  this.instance,
  this.metricSpec,
});