TableauPulseInsightsserviceV1ScoreWeights
Properties
Name |
Type |
Description |
Notes |
impact_score |
float |
|
[optional] |
relevance_score |
float |
|
[optional] |
certainty_score |
float |
|
[optional] |
Example
from openapi_client.models.tableau_pulse_insightsservice_v1_score_weights import TableauPulseInsightsserviceV1ScoreWeights
# TODO update the JSON string below
json = "{}"
# create an instance of TableauPulseInsightsserviceV1ScoreWeights from a JSON string
tableau_pulse_insightsservice_v1_score_weights_instance = TableauPulseInsightsserviceV1ScoreWeights.from_json(json)
# print the JSON string representation of the object
print(TableauPulseInsightsserviceV1ScoreWeights.to_json())
# convert the object into a dict
tableau_pulse_insightsservice_v1_score_weights_dict = tableau_pulse_insightsservice_v1_score_weights_instance.to_dict()
# create an instance of TableauPulseInsightsserviceV1ScoreWeights from a dict
tableau_pulse_insightsservice_v1_score_weights_from_dict = TableauPulseInsightsserviceV1ScoreWeights.from_dict(tableau_pulse_insightsservice_v1_score_weights_dict)
[Back to Model list] [Back to API list] [Back to README]