GoogleCloudAiplatformV1ComputeTokensRequest constructor

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

Implementation

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