Recommendation

class oci.database_management.models.Recommendation(**kwargs)

Bases: object

The details of the Optimizer Statistics Advisor findings and recommendations.

Methods

__init__(**kwargs) Initializes a new Recommendation object with values from keyword arguments.

Attributes

example Gets the example of this Recommendation.
message [Required] Gets the message of this Recommendation.
rationales Gets the rationales of this Recommendation.
__init__(**kwargs)

Initializes a new Recommendation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
example

Gets the example of this Recommendation.

Returns:The example of this Recommendation.
Return type:oci.database_management.models.RecommendationExample
message

[Required] Gets the message of this Recommendation. An overview of the Optimizer Statistics Advisor recommendation.

Returns:The message of this Recommendation.
Return type:str
rationales

Gets the rationales of this Recommendation. The rationale of the recommendation.

Returns:The rationales of this Recommendation.
Return type:list[oci.database_management.models.RecommendationRationale]