public sealed class CustomProcessorSourceInfo.Types.ModelSchema : IMessage<CustomProcessorSourceInfo.Types.ModelSchema>, IEquatable<CustomProcessorSourceInfo.Types.ModelSchema>, IDeepCloneable<CustomProcessorSourceInfo.Types.ModelSchema>, IBufferMessage, IMessageReference 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.
Implements
IMessageCustomProcessorSourceInfoTypesModelSchema, IEquatableCustomProcessorSourceInfoTypesModelSchema, IDeepCloneableCustomProcessorSourceInfoTypesModelSchema, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|