--- v15/services/audience_insights_service.proto 2024-02-20 20:29:01.000000000 +0000 +++ v16/services/audience_insights_service.proto 2024-02-20 20:29:05.000000000 +0000 @@ -443,9 +443,6 @@ // The human-readable name of the attribute. string display_name = 3; - // A relevance score for this attribute, between 0 and 1. - double score = 4; - // A string that supplements the display_name to identify the attribute. // If the dimension is TOPIC, this is a brief description of the // Knowledge Graph entity, such as "American singer-songwriter".
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-22 (UTC)
[null,null,["Última actualización: 2024-08-22 (UTC)"],[[["The update removes the `score` field, which previously represented the relevance of an attribute with a value between 0 and 1."],["The `display_name` and `description` fields are retained to provide human-readable information and context for the attribute."],["This change specifically affects how attributes are represented within Audience Insights, potentially impacting how insights are generated or displayed."]]],[]]