public sealed class ModelMonitoringSchema.Types.FieldSchema : IMessage<ModelMonitoringSchema.Types.FieldSchema>, IEquatable<ModelMonitoringSchema.Types.FieldSchema>, IDeepCloneable<ModelMonitoringSchema.Types.FieldSchema>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringSchema.Types.FieldSchema.
Schema field definition.
Implements
IMessageModelMonitoringSchemaTypesFieldSchema, IEquatableModelMonitoringSchemaTypesFieldSchema, IDeepCloneableModelMonitoringSchemaTypesFieldSchema, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FieldSchema()
public FieldSchema()FieldSchema(FieldSchema)
public FieldSchema(ModelMonitoringSchema.Types.FieldSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringSchemaTypesFieldSchema |
Properties
DataType
public string DataType { get; set; }Supported data types are:
float
integer
boolean
string
categorical
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Field name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Repeated
public bool Repeated { get; set; }Describes if the schema field is an array of given data type.
| Property Value | |
|---|---|
| Type | Description |
bool |
|