GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig.fromJson constructor
GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig.fromJson(
core.Map json_,
) : this(
audioTrackExtraction: json_['audioTrackExtraction'] as core.bool?,
autoTruncate: json_['autoTruncate'] as core.bool?,
documentOcr: json_['documentOcr'] as core.bool?,
outputDimensionality: json_['outputDimensionality'] as core.int?,
taskType: json_['taskType'] as core.String?,
title: json_['title'] as core.String?,
);