GoogleCloudAiplatformV1CountTokensRequest constructor

GoogleCloudAiplatformV1CountTokensRequest({
  1. List<GoogleCloudAiplatformV1Content>? contents,
  2. List<Object?>? instances,
  3. String? model,
})

Implementation

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