Cloud AI Platform v1beta1 API - Class ModelMonitoringSchema.Types.FieldSchema (1.0.0-beta03)

public sealed class ModelMonitoringSchema.Types.FieldSchema : IMessage<ModelMonitoringSchema.Types.FieldSchema>, IEquatable<ModelMonitoringSchema.Types.FieldSchema>, IDeepCloneable<ModelMonitoringSchema.Types.FieldSchema>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringSchema.Types.FieldSchema.

Schema field definition.

Inheritance

object > ModelMonitoringSchema.Types.FieldSchema

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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