GoogleCloudAiplatformV1EmbedContentResponse constructor

GoogleCloudAiplatformV1EmbedContentResponse({
  1. GoogleCloudAiplatformV1EmbedContentResponseEmbedding? embedding,
  2. bool? truncated,
  3. GoogleCloudAiplatformV1UsageMetadata? usageMetadata,
})

Implementation

GoogleCloudAiplatformV1EmbedContentResponse({
  this.embedding,
  this.truncated,
  this.usageMetadata,
});