GoogleCloudAiplatformV1EmbedContentRequest constructor

GoogleCloudAiplatformV1EmbedContentRequest({
  1. bool? autoTruncate,
  2. GoogleCloudAiplatformV1Content? content,
  3. int? outputDimensionality,
  4. String? taskType,
  5. String? title,
})

Implementation

GoogleCloudAiplatformV1EmbedContentRequest({
  this.autoTruncate,
  this.content,
  this.outputDimensionality,
  this.taskType,
  this.title,
});