public static final class CustomProcessorSourceInfo.ProductRecognizerArtifact extends GeneratedMessageV3 implements CustomProcessorSourceInfo.ProductRecognizerArtifactOrBuilder
Message describes product recognizer artifact.
Protobuf type
google.cloud.visionai.v1.CustomProcessorSourceInfo.ProductRecognizerArtifact
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
RETAIL_PRODUCT_RECOGNITION_INDEX_FIELD_NUMBER
public static final int RETAIL_PRODUCT_RECOGNITION_INDEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERTEX_MODEL_FIELD_NUMBER
public static final int VERTEX_MODEL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CustomProcessorSourceInfo.ProductRecognizerArtifact getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CustomProcessorSourceInfo.ProductRecognizerArtifact.Builder newBuilder()
newBuilder(CustomProcessorSourceInfo.ProductRecognizerArtifact prototype)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact.Builder newBuilder(CustomProcessorSourceInfo.ProductRecognizerArtifact prototype)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseDelimitedFrom(InputStream input)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(CodedInputStream input)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(InputStream input)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CustomProcessorSourceInfo.ProductRecognizerArtifact parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CustomProcessorSourceInfo.ProductRecognizerArtifact> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CustomProcessorSourceInfo.ProductRecognizerArtifact getDefaultInstanceForType()
getParserForType()
public Parser<CustomProcessorSourceInfo.ProductRecognizerArtifact> getParserForType()
Overrides
getRetailProductRecognitionIndex()
public 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 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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getVertexModel()
public 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 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CustomProcessorSourceInfo.ProductRecognizerArtifact.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CustomProcessorSourceInfo.ProductRecognizerArtifact.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CustomProcessorSourceInfo.ProductRecognizerArtifact.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides