Google Cloud Discovery Engine V1 Client - Class CustomSignal (1.11.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

Optional. Name of the signal.

↳ value float

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

getName

Optional. Name of the signal.

Returns
Type Description
string

setName

Optional. Name of the signal.

Parameter
Name Description
var string
Returns
Type Description
$this

getValue

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

Returns
Type Description
float

setValue

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

Parameter
Name Description
var float
Returns
Type Description
$this