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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setQueryDebugInfo
Generated from protobuf field string query_debug_info = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMoonshineDebugInfo
Generated from protobuf field string moonshine_debug_info = 2;
Returns | |
---|---|
Type | Description |
string |
setMoonshineDebugInfo
Generated from protobuf field string moonshine_debug_info = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |
getRecommendModelId
The model id for profiles recommendation.
Returns | |
---|---|
Type | Description |
string |
setRecommendModelId
The model id for profiles recommendation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |