GoogleCloudAiplatformV1ModalityTokenCount.fromJson constructor

GoogleCloudAiplatformV1ModalityTokenCount.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ModalityTokenCount.fromJson(core.Map json_)
  : this(
      modality: json_['modality'] as core.String?,
      tokenCount: json_['tokenCount'] as core.int?,
    );