GoogleCloudAiplatformV1CountTokensRequest constructor
GoogleCloudAiplatformV1CountTokensRequest({
- List<
GoogleCloudAiplatformV1Content> ? contents, - GoogleCloudAiplatformV1GenerationConfig? generationConfig,
- List<
Object?> ? instances, - String? model,
- GoogleCloudAiplatformV1Content? systemInstruction,
- List<
GoogleCloudAiplatformV1Tool> ? tools,
Implementation
GoogleCloudAiplatformV1CountTokensRequest({
this.contents,
this.generationConfig,
this.instances,
this.model,
this.systemInstruction,
this.tools,
});