GoogleCloudAiplatformV1NearestNeighborsNeighbor constructor
GoogleCloudAiplatformV1NearestNeighborsNeighbor({
- double? distance,
- String? entityId,
- GoogleCloudAiplatformV1FetchFeatureValuesResponse? entityKeyValues,
Implementation
GoogleCloudAiplatformV1NearestNeighborsNeighbor({
this.distance,
this.entityId,
this.entityKeyValues,
});