Vision AI v1 API - Class CustomProcessorSourceInfo (1.0.0-beta01)

public sealed class CustomProcessorSourceInfo : IMessage<CustomProcessorSourceInfo>, IEquatable<CustomProcessorSourceInfo>, IDeepCloneable<CustomProcessorSourceInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class CustomProcessorSourceInfo.

Describes the source info for a custom processor.

Inheritance

object > CustomProcessorSourceInfo

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

CustomProcessorSourceInfo()

public CustomProcessorSourceInfo()

CustomProcessorSourceInfo(CustomProcessorSourceInfo)

public CustomProcessorSourceInfo(CustomProcessorSourceInfo other)
Parameter
Name Description
other CustomProcessorSourceInfo

Properties

AdditionalInfo

public MapField<string, string> AdditionalInfo { get; }

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

Property Value
Type Description
MapFieldstringstring

ArtifactPathCase

public CustomProcessorSourceInfo.ArtifactPathOneofCase ArtifactPathCase { get; }
Property Value
Type Description
CustomProcessorSourceInfoArtifactPathOneofCase

HasVertexModel

public bool HasVertexModel { get; }

Gets whether the "vertex_model" field is set

Property Value
Type Description
bool

ModelSchema

public CustomProcessorSourceInfo.Types.ModelSchema ModelSchema { get; set; }

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.

Property Value
Type Description
CustomProcessorSourceInfoTypesModelSchema

ProductRecognizerArtifact

public CustomProcessorSourceInfo.Types.ProductRecognizerArtifact ProductRecognizerArtifact { get; set; }

Artifact for product recognizer.

Property Value
Type Description
CustomProcessorSourceInfoTypesProductRecognizerArtifact

SourceType

public CustomProcessorSourceInfo.Types.SourceType SourceType { get; set; }

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

Property Value
Type Description
CustomProcessorSourceInfoTypesSourceType

VertexModel

public string VertexModel { get; set; }

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

Property Value
Type Description
string