Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RankingConfigsResource

The "rankingConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RankingConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.RankingConfigsResource

Constructors

RankingConfigsResource(IClientService)

Constructs a new resource.

Declaration
public RankingConfigsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Rank(GoogleCloudDiscoveryengineV1alphaRankRequest, string)

Ranks a list of text records based on the given input query.

Declaration
public virtual ProjectsResource.LocationsResource.RankingConfigsResource.RankRequest Rank(GoogleCloudDiscoveryengineV1alphaRankRequest body, string rankingConfig)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaRankRequest body

The body of the request.

string rankingConfig

Required. The resource name of the rank service config, such as projects/{project_num}/locations/{location}/rankingConfigs/default_ranking_config.

Returns
Type Description
ProjectsResource.LocationsResource.RankingConfigsResource.RankRequest
In this article
Back to top Generated by DocFX