Google Cloud Talent Solution V4 Client - Class DebugInfo (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class DebugInfo.

Debug information.

Generated from protobuf message google.cloud.talent.v4.DebugInfo

Namespace

Google \ Cloud \ Talent \ V4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ query_debug_info string
↳ moonshine_debug_info string
↳ experiment_ids int[]

Identifiers for the versions of the search algorithm used during this API invocation if multiple algorithms are used. The default value is empty.

↳ recommend_model_id string

The model id for profiles recommendation.

getQueryDebugInfo

Generated from protobuf field string query_debug_info = 1;

Returns
TypeDescription
string

setQueryDebugInfo

Generated from protobuf field string query_debug_info = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMoonshineDebugInfo

Generated from protobuf field string moonshine_debug_info = 2;

Returns
TypeDescription
string

setMoonshineDebugInfo

Generated from protobuf field string moonshine_debug_info = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getExperimentIds

Identifiers for the versions of the search algorithm used during this API invocation if multiple algorithms are used.

The default value is empty.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExperimentIds

Identifiers for the versions of the search algorithm used during this API invocation if multiple algorithms are used.

The default value is empty.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getRecommendModelId

The model id for profiles recommendation.

Returns
TypeDescription
string

setRecommendModelId

The model id for profiles recommendation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this