com.clarifai.grpc.api.PCAProjectionComparatorOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface PCAProjectionComparatorOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PCAProjectionComparator)
com.google.protobuf.MessageOrBuilder {
/**
*
* Within what distance do we consider two annotations duplicates
*
*
* float distance_threshold = 1;
* @return The distanceThreshold.
*/
float getDistanceThreshold();
/**
*
* What cluster model version generated these
*
*
* string model_version_id = 2;
* @return The modelVersionId.
*/
java.lang.String getModelVersionId();
/**
*
* What cluster model version generated these
*
*
* string model_version_id = 2;
* @return The bytes for modelVersionId.
*/
com.google.protobuf.ByteString
getModelVersionIdBytes();
}