GoogleCloudAiplatformV1IndexDatapoint constructor
GoogleCloudAiplatformV1IndexDatapoint({
- GoogleCloudAiplatformV1IndexDatapointCrowdingTag? crowdingTag,
- String? datapointId,
- List<
double> ? featureVector, - List<
GoogleCloudAiplatformV1IndexDatapointNumericRestriction> ? numericRestricts, - List<
GoogleCloudAiplatformV1IndexDatapointRestriction> ? restricts, - GoogleCloudAiplatformV1IndexDatapointSparseEmbedding? sparseEmbedding,
Implementation
GoogleCloudAiplatformV1IndexDatapoint({
this.crowdingTag,
this.datapointId,
this.featureVector,
this.numericRestricts,
this.restricts,
this.sparseEmbedding,
});