GoogleCloudAiplatformV1TokensInfo constructor

GoogleCloudAiplatformV1TokensInfo({
  1. List<String>? tokenIds,
  2. List<String>? tokens,
})

Implementation

GoogleCloudAiplatformV1TokensInfo({
  this.tokenIds,
  this.tokens,
});