GoogleCloudAiplatformV1ComputeTokensRequest.fromJson constructor
GoogleCloudAiplatformV1ComputeTokensRequest.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ComputeTokensRequest.fromJson(core.Map json_)
: this(
instances: json_.containsKey('instances')
? json_['instances'] as core.List
: null,
);