GoogleCloudAiplatformV1NearestNeighborQueryEmbedding.fromJson constructor

GoogleCloudAiplatformV1NearestNeighborQueryEmbedding.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1NearestNeighborQueryEmbedding.fromJson(core.Map json_)
    : this(
        value: json_.containsKey('value')
            ? (json_['value'] as core.List)
                .map((value) => (value as core.num).toDouble())
                .toList()
            : null,
      );