Summary of entries of Classes for recommender.
Classes RecommenderAsyncClientProvides insights and recommendations for cloud customers for various categories like performance optimization, cost savings, reliability, feature discovery, etc. Insights and recommendations are generated automatically based on analysis of user resources, configuration and monitoring metrics.
RecommenderClientProvides insights and recommendations for cloud customers for various categories like performance optimization, cost savings, reliability, feature discovery, etc. Insights and recommendations are generated automatically based on analysis of user resources, configuration and monitoring metrics.
A pager for iterating through list_insights
requests.
This class thinly wraps an initial ListInsightsResponse object, and provides an __aiter__
method to iterate through its insights
field.
If there are more pages, the __aiter__
method will make additional ListInsights
requests and continue to iterate through the insights
field on the corresponding responses.
All the usual ListInsightsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_insights
requests.
This class thinly wraps an initial ListInsightsResponse object, and provides an __iter__
method to iterate through its insights
field.
If there are more pages, the __iter__
method will make additional ListInsights
requests and continue to iterate through the insights
field on the corresponding responses.
All the usual ListInsightsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_recommendations
requests.
This class thinly wraps an initial ListRecommendationsResponse object, and provides an __aiter__
method to iterate through its recommendations
field.
If there are more pages, the __aiter__
method will make additional ListRecommendations
requests and continue to iterate through the recommendations
field on the corresponding responses.
All the usual ListRecommendationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_recommendations
requests.
This class thinly wraps an initial ListRecommendationsResponse object, and provides an __iter__
method to iterate through its recommendations
field.
If there are more pages, the __iter__
method will make additional ListRecommendations
requests and continue to iterate through the recommendations
field on the corresponding responses.
All the usual ListRecommendationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
CostProjectionContains metadata about how much money a recommendation can save or incur.
GetInsightRequestRequest to the GetInsight
method.
Request for the GetInsightTypeConfig` method.
GetRecommendationRequestRequest to the GetRecommendation
method.
Request for the GetRecommenderConfig` method.
ImpactContains the impact a recommendation can have for a given category.
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
CategoryThe category of the impact.
InsightAn insight along with the information used to derive the insight. The insight may have associated recommendations as well.
CategoryInsight category.
RecommendationReferenceReference to an associated recommendation.
SeverityInsight severity levels.
InsightStateInfoInformation related to insight state.
StateRepresents insight state.
StateMetadataEntryThe abstract base class for a message.
InsightTypeConfigConfiguration for an InsightType.
AnnotationsEntryThe abstract base class for a message.
InsightTypeGenerationConfigA configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.
ListInsightsRequestRequest for the ListInsights
method.
Response to the ListInsights
method.
Request for the ListRecommendations
method.
Response to the ListRecommendations
method.
Request for the MarkInsightAccepted
method.
The abstract base class for a message.
MarkRecommendationClaimedRequestRequest for the MarkRecommendationClaimed
Method.
The abstract base class for a message.
MarkRecommendationDismissedRequestRequest for the MarkRecommendationDismissed
Method.
Request for the MarkRecommendationFailed
Method.
The abstract base class for a message.
MarkRecommendationSucceededRequestRequest for the MarkRecommendationSucceeded
Method.
The abstract base class for a message.
OperationContains an operation for a resource loosely based on the JSON-PATCH format with support for:
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
PathFiltersEntryThe abstract base class for a message.
PathValueMatchersEntryThe abstract base class for a message.
OperationGroupGroup of operations that need to be performed atomically.
RecommendationA recommendation along with a suggested action. E.g., a rightsizing recommendation for an underutilized VM, IAM role recommendations, etc
InsightReferenceReference to an associated insight.
PriorityRecommendation priority levels.
RecommendationContentContains what resources are changing and how they are changing.
RecommendationStateInfoInformation for state. Contains state and metadata.
StateRepresents Recommendation State.
ACTIVE recommendations can be marked as CLAIMED,
SUCCEEDED, or FAILED.
CLAIMED (6):
Recommendation is in claimed state.
Recommendations content is immutable and cannot
be updated by Google.
CLAIMED recommendations can be marked as
CLAIMED, SUCCEEDED, or FAILED.
SUCCEEDED (3):
Recommendation is in succeeded state.
Recommendations content is immutable and cannot
be updated by Google.
SUCCEEDED recommendations can be marked as
SUCCEEDED, or FAILED.
FAILED (4):
Recommendation is in failed state.
Recommendations content is immutable and cannot
be updated by Google.
FAILED recommendations can be marked as
SUCCEEDED, or FAILED.
DISMISSED (5):
Recommendation is in dismissed state.
Recommendation content can be updated by Google.
DISMISSED recommendations can be marked as
ACTIVE.
StateMetadataEntry
The abstract base class for a message.
RecommenderConfigConfiguration for a Recommender.
AnnotationsEntryThe abstract base class for a message.
RecommenderGenerationConfigA Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation.
ReliabilityProjectionContains information on the impact of a reliability recommendation.
RiskTypeThe risk associated with the reliability issue.
SecurityProjectionContains various ways of describing the impact on Security.
SustainabilityProjectionContains metadata about how much sustainability a recommendation can save or incur.
UpdateInsightTypeConfigRequestRequest for the UpdateInsightTypeConfig
method.
Request for the UpdateRecommenderConfig
method.
Contains various matching options for values for a GCP resource field.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
RecommenderAsyncClientProvides insights and recommendations for cloud customers for various categories like performance optimization, cost savings, reliability, feature discovery, etc. Insights and recommendations are generated automatically based on analysis of user resources, configuration and monitoring metrics.
RecommenderClientProvides insights and recommendations for cloud customers for various categories like performance optimization, cost savings, reliability, feature discovery, etc. Insights and recommendations are generated automatically based on analysis of user resources, configuration and monitoring metrics.
A pager for iterating through list_insight_types
requests.
This class thinly wraps an initial ListInsightTypesResponse object, and provides an __aiter__
method to iterate through its insight_types
field.
If there are more pages, the __aiter__
method will make additional ListInsightTypes
requests and continue to iterate through the insight_types
field on the corresponding responses.
All the usual ListInsightTypesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_insight_types
requests.
This class thinly wraps an initial ListInsightTypesResponse object, and provides an __iter__
method to iterate through its insight_types
field.
If there are more pages, the __iter__
method will make additional ListInsightTypes
requests and continue to iterate through the insight_types
field on the corresponding responses.
All the usual ListInsightTypesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_insights
requests.
This class thinly wraps an initial ListInsightsResponse object, and provides an __aiter__
method to iterate through its insights
field.
If there are more pages, the __aiter__
method will make additional ListInsights
requests and continue to iterate through the insights
field on the corresponding responses.
All the usual ListInsightsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_insights
requests.
This class thinly wraps an initial ListInsightsResponse object, and provides an __iter__
method to iterate through its insights
field.
If there are more pages, the __iter__
method will make additional ListInsights
requests and continue to iterate through the insights
field on the corresponding responses.
All the usual ListInsightsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_recommendations
requests.
This class thinly wraps an initial ListRecommendationsResponse object, and provides an __aiter__
method to iterate through its recommendations
field.
If there are more pages, the __aiter__
method will make additional ListRecommendations
requests and continue to iterate through the recommendations
field on the corresponding responses.
All the usual ListRecommendationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_recommendations
requests.
This class thinly wraps an initial ListRecommendationsResponse object, and provides an __iter__
method to iterate through its recommendations
field.
If there are more pages, the __iter__
method will make additional ListRecommendations
requests and continue to iterate through the recommendations
field on the corresponding responses.
All the usual ListRecommendationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_recommenders
requests.
This class thinly wraps an initial ListRecommendersResponse object, and provides an __aiter__
method to iterate through its recommenders
field.
If there are more pages, the __aiter__
method will make additional ListRecommenders
requests and continue to iterate through the recommenders
field on the corresponding responses.
All the usual ListRecommendersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_recommenders
requests.
This class thinly wraps an initial ListRecommendersResponse object, and provides an __iter__
method to iterate through its recommenders
field.
If there are more pages, the __iter__
method will make additional ListRecommenders
requests and continue to iterate through the recommenders
field on the corresponding responses.
All the usual ListRecommendersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
CostProjectionContains metadata about how much money a recommendation can save or incur.
GetInsightRequestRequest to the GetInsight
method.
Request for the GetInsightTypeConfig` method.
GetRecommendationRequestRequest to the GetRecommendation
method.
Request for the GetRecommenderConfig` method.
ImpactContains the impact a recommendation can have for a given category.
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
CategoryThe category of the impact.
InsightAn insight along with the information used to derive the insight. The insight may have associated recommendations as well.
CategoryInsight category.
RecommendationReferenceReference to an associated recommendation.
SeverityInsight severity levels.
InsightStateInfoInformation related to insight state.
StateRepresents insight state.
StateMetadataEntryThe abstract base class for a message.
InsightTypeThe type of insight.
InsightTypeConfigConfiguration for an InsightType.
AnnotationsEntryThe abstract base class for a message.
InsightTypeGenerationConfigA configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.
ListInsightTypesRequestRequest for the ListInsightTypes
method.
Response for the ListInsightTypes
method.
Request for the ListInsights
method.
Response to the ListInsights
method.
Request for the ListRecommendations
method.
Response to the ListRecommendations
method.
Request for the ListRecommender
method.
Response for the ListRecommender
method.
Request for the MarkInsightAccepted
method.
The abstract base class for a message.
MarkRecommendationClaimedRequestRequest for the MarkRecommendationClaimed
Method.
The abstract base class for a message.
MarkRecommendationFailedRequestRequest for the MarkRecommendationFailed
Method.
The abstract base class for a message.
MarkRecommendationSucceededRequestRequest for the MarkRecommendationSucceeded
Method.
The abstract base class for a message.
OperationContains an operation for a resource loosely based on the JSON-PATCH format with support for:
This message has oneof
_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
PathFiltersEntryThe abstract base class for a message.
PathValueMatchersEntryThe abstract base class for a message.
OperationGroupGroup of operations that need to be performed atomically.
RecommendationA recommendation along with a suggested action. E.g., a rightsizing recommendation for an underutilized VM, IAM role recommendations, etc
InsightReferenceReference to an associated insight.
PriorityRecommendation priority levels.
RecommendationContentContains what resources are changing and how they are changing.
RecommendationStateInfoInformation for state. Contains state and metadata.
StateRepresents Recommendation State.
ACTIVE recommendations can be marked as CLAIMED,
SUCCEEDED, or FAILED.
CLAIMED (6):
Recommendation is in claimed state.
Recommendations content is immutable and cannot
be updated by Google.
CLAIMED recommendations can be marked as
CLAIMED, SUCCEEDED, or FAILED.
SUCCEEDED (3):
Recommendation is in succeeded state.
Recommendations content is immutable and cannot
be updated by Google.
SUCCEEDED recommendations can be marked as
SUCCEEDED, or FAILED.
FAILED (4):
Recommendation is in failed state.
Recommendations content is immutable and cannot
be updated by Google.
FAILED recommendations can be marked as
SUCCEEDED, or FAILED.
DISMISSED (5):
Recommendation is in dismissed state.
Recommendation content can be updated by Google.
DISMISSED recommendations can be marked as
ACTIVE.
StateMetadataEntry
The abstract base class for a message.
RecommenderConfigConfiguration for a Recommender.
AnnotationsEntryThe abstract base class for a message.
RecommenderGenerationConfigA Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation.
RecommenderTypeThe type of a recommender.
SecurityProjectionContains various ways of describing the impact on Security.
SustainabilityProjectionContains metadata about how much sustainability a recommendation can save or incur.
UpdateInsightTypeConfigRequestRequest for the UpdateInsightTypeConfig
method.
Request for the UpdateRecommenderConfig
method.
Contains various matching options for values for a GCP resource field.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ModulesAPI documentation for recommender_v1.services.recommender.pagers
module.
API documentation for recommender_v1beta1.services.recommender.pagers
module.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4