GoogleCloudAiplatformV1EvaluationInstanceInstanceData constructor

GoogleCloudAiplatformV1EvaluationInstanceInstanceData({
  1. GoogleCloudAiplatformV1EvaluationInstanceInstanceDataContents? contents,
  2. String? text,
})

Implementation

GoogleCloudAiplatformV1EvaluationInstanceInstanceData({
  this.contents,
  this.text,
});