Interface CustomProcessorSourceInfoOrBuilder (0.14.1)

public interface CustomProcessorSourceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsAdditionalInfo(String key)

public abstract boolean containsAdditionalInfo(String key)

Output only. Additional info related to the imported custom processor. Data is filled in by app platform during the processor creation.

map<string, string> additional_info = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAdditionalInfo()

public abstract Map<String,String> getAdditionalInfo()
Returns
TypeDescription
Map<String,String>

getAdditionalInfoCount()

public abstract int getAdditionalInfoCount()

Output only. Additional info related to the imported custom processor. Data is filled in by app platform during the processor creation.

map<string, string> additional_info = 4;

Returns
TypeDescription
int

getAdditionalInfoMap()

public abstract Map<String,String> getAdditionalInfoMap()

Output only. Additional info related to the imported custom processor. Data is filled in by app platform during the processor creation.

map<string, string> additional_info = 4;

Returns
TypeDescription
Map<String,String>

getAdditionalInfoOrDefault(String key, String defaultValue)

public abstract String getAdditionalInfoOrDefault(String key, String defaultValue)

Output only. Additional info related to the imported custom processor. Data is filled in by app platform during the processor creation.

map<string, string> additional_info = 4;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getAdditionalInfoOrThrow(String key)

public abstract String getAdditionalInfoOrThrow(String key)

Output only. Additional info related to the imported custom processor. Data is filled in by app platform during the processor creation.

map<string, string> additional_info = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getArtifactPathCase()

public abstract CustomProcessorSourceInfo.ArtifactPathCase getArtifactPathCase()
Returns
TypeDescription
CustomProcessorSourceInfo.ArtifactPathCase

getModelSchema()

public abstract CustomProcessorSourceInfo.ModelSchema getModelSchema()

Model schema files which specifies the signature of the model. For VERTEX_CUSTOM models, instances schema is required. If instances schema is not specified during the processor creation, VisionAI Platform will try to get it from Vertex, if it doesn't exist, the creation will fail.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchema model_schema = 5;

Returns
TypeDescription
CustomProcessorSourceInfo.ModelSchema

The modelSchema.

getModelSchemaOrBuilder()

public abstract CustomProcessorSourceInfo.ModelSchemaOrBuilder getModelSchemaOrBuilder()

Model schema files which specifies the signature of the model. For VERTEX_CUSTOM models, instances schema is required. If instances schema is not specified during the processor creation, VisionAI Platform will try to get it from Vertex, if it doesn't exist, the creation will fail.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchema model_schema = 5;

Returns
TypeDescription
CustomProcessorSourceInfo.ModelSchemaOrBuilder

getSourceType()

public abstract CustomProcessorSourceInfo.SourceType getSourceType()

The original product which holds the custom processor's functionality.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.SourceType source_type = 1;

Returns
TypeDescription
CustomProcessorSourceInfo.SourceType

The sourceType.

getSourceTypeValue()

public abstract int getSourceTypeValue()

The original product which holds the custom processor's functionality.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.SourceType source_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for sourceType.

getVertexModel()

public abstract String getVertexModel()

The resource name original model hosted in the vertex AI platform.

string vertex_model = 2;

Returns
TypeDescription
String

The vertexModel.

getVertexModelBytes()

public abstract ByteString getVertexModelBytes()

The resource name original model hosted in the vertex AI platform.

string vertex_model = 2;

Returns
TypeDescription
ByteString

The bytes for vertexModel.

hasModelSchema()

public abstract boolean hasModelSchema()

Model schema files which specifies the signature of the model. For VERTEX_CUSTOM models, instances schema is required. If instances schema is not specified during the processor creation, VisionAI Platform will try to get it from Vertex, if it doesn't exist, the creation will fail.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchema model_schema = 5;

Returns
TypeDescription
boolean

Whether the modelSchema field is set.

hasVertexModel()

public abstract boolean hasVertexModel()

The resource name original model hosted in the vertex AI platform.

string vertex_model = 2;

Returns
TypeDescription
boolean

Whether the vertexModel field is set.