Interface CustomProcessorSourceInfo.ProductRecognizerArtifactOrBuilder (0.2.0)

public static interface CustomProcessorSourceInfo.ProductRecognizerArtifactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRetailProductRecognitionIndex()

public abstract String getRetailProductRecognitionIndex()

Required. Resource name of RetailProductRecognitionIndex. Format is 'projects/*/locations/*/retailCatalogs/*/retailProductRecognitionIndexes/*'

string retail_product_recognition_index = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The retailProductRecognitionIndex.

getRetailProductRecognitionIndexBytes()

public abstract ByteString getRetailProductRecognitionIndexBytes()

Required. Resource name of RetailProductRecognitionIndex. Format is 'projects/*/locations/*/retailCatalogs/*/retailProductRecognitionIndexes/*'

string retail_product_recognition_index = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for retailProductRecognitionIndex.

getVertexModel()

public abstract String getVertexModel()

Optional. The resource name of embedding model hosted in Vertex AI Platform.

string vertex_model = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The vertexModel.

getVertexModelBytes()

public abstract ByteString getVertexModelBytes()

Optional. The resource name of embedding model hosted in Vertex AI Platform.

string vertex_model = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for vertexModel.