SchemaShape 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
連入架構的一組「需求」,以及一組傳出架構的「承諾」。 這比適當的 DataViewSchema 更寬鬆,因為它只是資料行的子集,也因為它未針對向量和索引鍵指定確切 DataViewType 的 。
public sealed class SchemaShape : System.Collections.Generic.IEnumerable<Microsoft.ML.SchemaShape.Column>, System.Collections.Generic.IReadOnlyCollection<Microsoft.ML.SchemaShape.Column>, System.Collections.Generic.IReadOnlyList<Microsoft.ML.SchemaShape.Column>
type SchemaShape = class
interface IReadOnlyList<SchemaShape.Column>
interface seq<SchemaShape.Column>
interface IEnumerable
interface IReadOnlyCollection<SchemaShape.Column>
Public NotInheritable Class SchemaShape
Implements IEnumerable(Of SchemaShape.Column), IReadOnlyCollection(Of SchemaShape.Column), IReadOnlyList(Of SchemaShape.Column)
- 繼承
-
SchemaShape
- 實作
建構函式
SchemaShape(IEnumerable<SchemaShape.Column>) |
連入架構的一組「需求」,以及一組傳出架構的「承諾」。 這比適當的 DataViewSchema 更寬鬆,因為它只是資料行的子集,也因為它未針對向量和索引鍵指定確切 DataViewType 的 。 |
屬性
Count |
連入架構的一組「需求」,以及一組傳出架構的「承諾」。 這比適當的 DataViewSchema 更寬鬆,因為它只是資料行的子集,也因為它未針對向量和索引鍵指定確切 DataViewType 的 。 |
Item[Int32] |
連入架構的一組「需求」,以及一組傳出架構的「承諾」。 這比適當的 DataViewSchema 更寬鬆,因為它只是資料行的子集,也因為它未針對向量和索引鍵指定確切 DataViewType 的 。 |
方法
GetEnumerator() |
連入架構的一組「需求」,以及一組傳出架構的「承諾」。 這比適當的 DataViewSchema 更寬鬆,因為它只是資料行的子集,也因為它未針對向量和索引鍵指定確切 DataViewType 的 。 |
明確介面實作
IEnumerable.GetEnumerator() |
連入架構的一組「需求」,以及一組傳出架構的「承諾」。 這比適當的 DataViewSchema 更寬鬆,因為它只是資料行的子集,也因為它未針對向量和索引鍵指定確切 DataViewType 的 。 |