Class: Google::Cloud::Talent::V4beta1::SummarizedProfile

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb

Overview

Output only.

Profile entry with metadata inside SearchProfilesResponse.

Instance Attribute Summary collapse

Instance Attribute Details

#profilesArray<Google::Cloud::Talent::V4beta1::Profile>

Returns A list of profiles that are linked by Profile#cluster_id.

Returns:



365
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 365

class SummarizedProfile; end

#summaryGoogle::Cloud::Talent::V4beta1::Profile

Returns A profile summary shows the profile summary and how the profile matches the search query.

In profile summary, the profiles with the same Profile#cluster_id are merged together. Among profiles, same education/employment records may be slightly different but they are merged into one with best efforts.

For example, in one profile the school name is "UC Berkeley" and the field study is "Computer Science" and in another one the school name is "University of California at Berkeley" and the field study is "CS". The API merges these two inputs into one and selects one value for each field. For example, the school name in summary is set to "University of California at Berkeley" and the field of study is set to "Computer Science".

Returns:

  • (Google::Cloud::Talent::V4beta1::Profile)

    A profile summary shows the profile summary and how the profile matches the search query.

    In profile summary, the profiles with the same Profile#cluster_id are merged together. Among profiles, same education/employment records may be slightly different but they are merged into one with best efforts.

    For example, in one profile the school name is "UC Berkeley" and the field study is "Computer Science" and in another one the school name is "University of California at Berkeley" and the field study is "CS". The API merges these two inputs into one and selects one value for each field. For example, the school name in summary is set to "University of California at Berkeley" and the field of study is set to "Computer Science".



365
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 365

class SummarizedProfile; end