ILLMProviderValidateModel Method

Definition

Namespace: SuperBuilderWinService.Providers
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
Task<string> ValidateModel(
	string modelPath,
	string modelType
)

Parameters

modelPath  String

[Missing <param name="modelPath"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ValidateModel(System.String,System.String)"]

modelType  String

[Missing <param name="modelType"/> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ValidateModel(System.String,System.String)"]

Return Value

TaskString

[Missing <returns> documentation for "M:SuperBuilderWinService.Providers.ILLMProvider.ValidateModel(System.String,System.String)"]

See Also