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