6 types derived from StructuredDataViewType
Microsoft.ML.Core.Tests (1)
UnitTests\TestCustomTypeRegister.cs (1)
114private class DataViewAlienBodyType : StructuredDataViewType
Microsoft.ML.DataView (1)
VectorType.cs (1)
18public sealed class VectorDataViewType : StructuredDataViewType
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
70public sealed class ImageDataViewType : StructuredDataViewType
Microsoft.ML.OnnxTransformer (2)
OnnxMapType.cs (1)
18public sealed class OnnxMapType : StructuredDataViewType
OnnxSequenceType.cs (1)
18public sealed class OnnxSequenceType : StructuredDataViewType
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (1)
163private class DataViewAlienBodyType : StructuredDataViewType
3 references to StructuredDataViewType
Microsoft.ML.Core (1)
Data\ColumnTypeExtensions.cs (1)
18/// (not a <see cref="KeyDataViewType"/> or <see cref="StructuredDataViewType"/>, etc).
Microsoft.ML.DataView (2)
DataViewType.cs (2)
17/// the more specific abstract classes <see cref="StructuredDataViewType"/> or <see cref="PrimitiveDataViewType"/>. 22/// Constructor for extension types, which must be either <see cref="PrimitiveDataViewType"/> or <see cref="StructuredDataViewType"/>.