Vertex AI v1beta1 API - Class ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict (1.0.0-beta78)

public sealed class ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict : IMessage<ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict>, IEquatable<ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict>, IDeepCloneable<ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict.

Restrictions on numeric values.

Inheritance

object > ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

NumericRestrict()

public NumericRestrict()

NumericRestrict(NumericRestrict)

public NumericRestrict(ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict other)
Parameter
Name Description
other ImportIndexRequestTypesConnectorConfigTypesDatapointFieldMappingTypesNumericRestrict

Properties

Namespace

public string Namespace { get; set; }

Required. The namespace of the restrict.

Property Value
Type Description
string

ValueColumn

public string ValueColumn { get; set; }

Optional. The column containing the numeric value.

Property Value
Type Description
string

ValueType

public ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping.Types.NumericRestrict.Types.ValueType ValueType { get; set; }

Required. Numeric type of the restrict. Must be consistent for all datapoints within the namespace.

Property Value
Type Description
ImportIndexRequestTypesConnectorConfigTypesDatapointFieldMappingTypesNumericRestrictTypesValueType