Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class SocBelief.
A belief that a job has particular soc with some probability.
Generated from protobuf message google.cloud.talent.v4.Job.JobDebugInfo.SocBelief
Namespace
Google \ Cloud \ Talent \ V4 \ Job \ JobDebugInfoMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ soc_code
string
↳ probability
float
↳ svp
int
getSocCode
Generated from protobuf field string soc_code = 1;
string
setSocCode
Generated from protobuf field string soc_code = 1;
var
string
$this
getProbability
Generated from protobuf field double probability = 2;
float
setProbability
Generated from protobuf field double probability = 2;
var
float
$this
getSvp
Generated from protobuf field int32 svp = 3;
int
setSvp
Generated from protobuf field int32 svp = 3;
var
int
$this

