GoogleCloudAiplatformV1CountTokensRequest constructor

GoogleCloudAiplatformV1CountTokensRequest({
  1. List<GoogleCloudAiplatformV1Content>? contents,
  2. GoogleCloudAiplatformV1GenerationConfig? generationConfig,
  3. List<Object?>? instances,
  4. String? model,
  5. GoogleCloudAiplatformV1Content? systemInstruction,
  6. List<GoogleCloudAiplatformV1Tool>? tools,
})

Implementation

GoogleCloudAiplatformV1CountTokensRequest({
  this.contents,
  this.generationConfig,
  this.instances,
  this.model,
  this.systemInstruction,
  this.tools,
});