GoogleCloudAiplatformV1EmbedContentRequest constructor
GoogleCloudAiplatformV1EmbedContentRequest({
- bool? autoTruncate,
- GoogleCloudAiplatformV1Content? content,
- int? outputDimensionality,
- String? taskType,
- String? title,
Implementation
GoogleCloudAiplatformV1EmbedContentRequest({
this.autoTruncate,
this.content,
this.outputDimensionality,
this.taskType,
this.title,
});