GoogleCloudAiplatformV1TrajectoryRecallInput constructor

GoogleCloudAiplatformV1TrajectoryRecallInput({
  1. List<GoogleCloudAiplatformV1TrajectoryRecallInstance>? instances,
  2. GoogleCloudAiplatformV1TrajectoryRecallSpec? metricSpec,
})

Implementation

GoogleCloudAiplatformV1TrajectoryRecallInput({
  this.instances,
  this.metricSpec,
});