GoogleCloudAiplatformV1SpeculativeDecodingSpecNgramSpeculation.fromJson constructor
GoogleCloudAiplatformV1SpeculativeDecodingSpecNgramSpeculation.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1SpeculativeDecodingSpecNgramSpeculation.fromJson(
core.Map json_,
) : this(ngramSize: json_['ngramSize'] as core.int?);