Vision AI v1 API - Class CustomProcessorSourceInfo.Types.ModelSchema (1.0.0-beta01)

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

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

The schema is defined as an OpenAPI 3.0.2 Schema Object.

Inheritance

object > CustomProcessorSourceInfo.Types.ModelSchema

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ModelSchema()

public ModelSchema()

ModelSchema(ModelSchema)

public ModelSchema(CustomProcessorSourceInfo.Types.ModelSchema other)
Parameter
Name Description
other CustomProcessorSourceInfoTypesModelSchema

Properties

InstancesSchema

public GcsSource InstancesSchema { get; set; }

Cloud Storage location to a YAML file that defines the format of a single instance used in prediction and explanation requests.

Property Value
Type Description
GcsSource

ParametersSchema

public GcsSource ParametersSchema { get; set; }

Cloud Storage location to a YAML file that defines the prediction and explanation parameters.

Property Value
Type Description
GcsSource

PredictionsSchema

public GcsSource PredictionsSchema { get; set; }

Cloud Storage location to a YAML file that defines the format of a single prediction or explanation.

Property Value
Type Description
GcsSource