GoogleCloudAiplatformV1TokensInfo constructor

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

Implementation

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