SearchServiceApplication.GetTunableModelDetails method

Gets information on the ranking model being tuned for the given owner and ID.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetTunableModelDetails ( _
    searchObjectOwner As SearchObjectOwner, _
    modelId As Guid _
) As TunableRankingModel
'Usage
Dim instance As SearchServiceApplication
Dim searchObjectOwner As SearchObjectOwner
Dim modelId As Guid
Dim returnValue As TunableRankingModel

returnValue = instance.GetTunableModelDetails(searchObjectOwner, _
    modelId)
public TunableRankingModel GetTunableModelDetails(
    SearchObjectOwner searchObjectOwner,
    Guid modelId
)

Parameters

Return value

Type: TunableRankingModel
The ranking model’s details encapsulated as a TunableRankingModel.

Remarks

A TunableRankingModel is a combination of modelId and the set of rank features we are tuning for a particular ranking model. In addition there is a timestamp that indicates the last time the ranking model was edited.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace