GoogleCloudAiplatformV1EmbedContentResponse constructor
GoogleCloudAiplatformV1EmbedContentResponse({
- GoogleCloudAiplatformV1EmbedContentResponseEmbedding? embedding,
- bool? truncated,
- GoogleCloudAiplatformV1UsageMetadata? usageMetadata,
Implementation
GoogleCloudAiplatformV1EmbedContentResponse({
this.embedding,
this.truncated,
this.usageMetadata,
});