다음을 통해 공유


MetaMulticlassTrainer<TTransformer,TModel>.GetOutputSchema 메서드

정의

출력 열을 가져옵니다.

public Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);
abstract member GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
override this.GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
Public Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape

매개 변수

inputSchema
SchemaShape

입력 스키마입니다.

반환

출력 SchemaShape

구현

적용 대상