Google Cloud Discovery Engine V1 Client - Class CustomSignal (1.8.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class CustomSignal.

Custom clearbox signal represented by name and value pair.

Generated from protobuf message google.cloud.discoveryengine.v1.SearchResponse.SearchResult.RankSignals.CustomSignal

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponse \ SearchResult \ RankSignals

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Name of the signal.

↳ value float

Float value representing the ranking signal (e.g. 1.25 for BM25).

getName

Name of the signal.

Returns
Type Description
string

setName

Name of the signal.

Parameter
Name Description
var string
Returns
Type Description
$this

getValue

Float value representing the ranking signal (e.g. 1.25 for BM25).

Returns
Type Description
float

setValue

Float value representing the ranking signal (e.g. 1.25 for BM25).

Parameter
Name Description
var float
Returns
Type Description
$this