Home
last modified time | relevance | path

Searched full:recommendations (Results 1 – 25 of 1167) sorted by relevance

12345678910>>...47

/aosp_15_r20/external/google-cloud-java/java-recommendations-ai/
H A DCHANGELOG.md3 …pis/google-cloud-java/compare/google-cloud-recommendations-ai-v0.11.1-SNAPSHOT...google-cloud-reco…
25 …ogleapis/google-cloud-java/compare/google-cloud-recommendations-ai-v0.10.4...google-cloud-recommen…
47 ## [0.10.4](https://github.com/googleapis/java-recommendations-ai/compare/v0.10.3...v0.10.4) (2022-…
52 …://github.com/googleapis/java-recommendations-ai/issues/572)) ([9c109b0](https://github.com/google…
57 …://github.com/googleapis/java-recommendations-ai/issues/574)) ([d00b6a0](https://github.com/google…
58 …://github.com/googleapis/java-recommendations-ai/issues/601)) ([e395688](https://github.com/google…
59 …://github.com/googleapis/java-recommendations-ai/issues/596)) ([98737d9](https://github.com/google…
60 …://github.com/googleapis/java-recommendations-ai/issues/597)) ([7e714a4](https://github.com/google…
61 …://github.com/googleapis/java-recommendations-ai/issues/598)) ([b27cc2f](https://github.com/google…
62 …://github.com/googleapis/java-recommendations-ai/issues/599)) ([55f9ab5](https://github.com/google…
[all …]
H A Dsynth.metadata6 "remote": "https://github.com/googleapis/java-recommendations-ai.git",
106 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/Catal…
107 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/Catal…
108 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/Predi…
109 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/Predi…
110 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/Predi…
111 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/Predi…
112 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserE…
113 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserE…
114 …"google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/gapic…
[all …]
H A DREADME.md1 # Google Recommendations AI Client for Java
3 Java idiomatic client for [Recommendations AI][product-docs].
10 > This repo contains beta version of Recommendations AI and may occasionally
12 > Recommendations AI is now GA and available as
37 <artifactId>google-cloud-recommendations-ai</artifactId>
43 <!-- {x-version-update-start:google-cloud-recommendations-ai:released} -->
48 <artifactId>google-cloud-recommendations-ai</artifactId>
56 implementation 'com.google.cloud:google-cloud-recommendations-ai:0.24.0'
62 libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.24.0"
72Recommendations AI APIs, and the authenticated principal must have the [IAM role(s)][predefined-ia…
[all …]
H A Dpom.xml5 <artifactId>google-cloud-recommendations-ai-parent</artifactId>
7 <version>0.24.0</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
8 <name>Google Recommendations AI Parent</name>
24 <site.installationModule>google-cloud-recommendations-ai-parent</site.installationModule>
31 <artifactId>google-cloud-recommendations-ai</artifactId>
32 <version>0.24.0</version><!-- {x-version-update:google-cloud-recommendations-ai:current} -->
36 <artifactId>proto-google-cloud-recommendations-ai-v1beta1</artifactId>
37 …<version>0.24.0</version><!-- {x-version-update:proto-google-cloud-recommendations-ai-v1beta1:curr…
41 <artifactId>grpc-google-cloud-recommendations-ai-v1beta1</artifactId>
42 …<version>0.24.0</version><!-- {x-version-update:grpc-google-cloud-recommendations-ai-v1beta1:curre…
[all …]
H A D.OwlBot.yaml17 - "/java-recommendations-ai/samples/snippets/generated"
18 - "/java-recommendations-ai/grpc-google-.*/src"
19 - "/java-recommendations-ai/proto-google-.*/src"
20 - "/java-recommendations-ai/google-.*/src"
23 - "/java-recommendations-ai/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
27 dest: "/owl-bot-staging/java-recommendations-ai/$1/proto-google-cloud-recommendations-ai-$1/src"
29 dest: "/owl-bot-staging/java-recommendations-ai/$1/grpc-google-cloud-recommendations-ai-$1/src"
31 dest: "/owl-bot-staging/java-recommendations-ai/$1/google-cloud-recommendations-ai/src"
33 dest: "/owl-bot-staging/java-recommendations-ai/$1/samples/snippets/generated"
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dcapture_recommendations.cc19 Recommendations* recommendations) { in ApplyDisplay() argument
20 recommendations->video.supports_scaling = in ApplyDisplay()
28 recommendations->video.maximum = description.dimensions.value(); in ApplyDisplay()
29 recommendations->video.bit_rate_limits.maximum = in ApplyDisplay()
30 recommendations->video.maximum.effective_bit_rate(); in ApplyDisplay()
32 if (recommendations->video.maximum.width < in ApplyDisplay()
33 recommendations->video.minimum.width) { in ApplyDisplay()
34 recommendations->video.minimum = in ApplyDisplay()
35 recommendations->video.maximum.ToResolution(); in ApplyDisplay()
47 recommendations->video.maximum.width = in ApplyDisplay()
[all …]
H A Dcapture_recommendations_unittest.cc19 const Recommendations kDefaultRecommendations{
95 Recommendations expected = kDefaultRecommendations; in TEST()
104 Recommendations expected = kDefaultRecommendations; in TEST()
114 Recommendations expected = kDefaultRecommendations; in TEST()
124 Recommendations expected = kDefaultRecommendations; in TEST()
132 // other dimension information, so we just return default recommendations
142 Recommendations expected = kDefaultRecommendations; in TEST()
155 Recommendations expected = kDefaultRecommendations; in TEST()
165 Recommendations expected = kDefaultRecommendations; in TEST()
176 Recommendations expected = kDefaultRecommendations; in TEST()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/computeoptimizer/src/main/resources/codegen-resources/
H A Dservice-2.json54 …tEC2InstanceRecommendations</a> actions to request an export of your recommendations. Then use the…
74recommendations for Auto Scaling groups.</p> <p>Recommendations are exported in a comma-separated …
94recommendations for Amazon EBS volumes.</p> <p>Recommendations are exported in a comma-separated v…
114recommendations for Amazon EC2 instances.</p> <p>Recommendations are exported in a comma-separated…
134recommendations for Amazon ECS services on Fargate. </p> <p>Recommendations are exported in a CSV …
154recommendations for Lambda functions.</p> <p>Recommendations are exported in a comma-separated val…
174recommendations for your licenses. </p> <p>Recommendations are exported in a comma-separated value…
194 …umentation":"<p>Returns Auto Scaling group recommendations.</p> <p>Compute Optimizer generates rec…
214 …on Elastic Block Store (Amazon EBS) volume recommendations.</p> <p>Compute Optimizer generates rec…
234 …mentation":"<p>Returns Amazon EC2 instance recommendations.</p> <p>Compute Optimizer generates rec…
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Drecommender.v1.json216 "recommendations": { object
220 …ingAccountsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations/{recommendati…
222 … "id": "recommender.billingAccounts.locations.recommenders.recommendations.get",
230 … "pattern": "^billingAccounts/[^/]+/locations/[^/]+/recommenders/[^/]+/recommendations/[^/]+$",
244 …"description": "Lists recommendations for the specified Cloud Resource. Requires the recommender.*…
245 …ccounts/{billingAccountsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations",
247 … "id": "recommender.billingAccounts.locations.recommenders.recommendations.list",
253 …"description": "Filter expression to restrict the recommendations returned. Supported filter field…
276 "path": "v1/{+parent}/recommendations",
285 …d in the ACCEPTED state. MarkRecommendationClaimed can be applied to recommendations in CLAIMED, S…
[all …]
Drecommender.v1beta1.json216 "recommendations": { object
220 …ingAccountsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations/{recommendati…
222 … "id": "recommender.billingAccounts.locations.recommenders.recommendations.get",
230 … "pattern": "^billingAccounts/[^/]+/locations/[^/]+/recommenders/[^/]+/recommendations/[^/]+$",
244 …"description": "Lists recommendations for the specified Cloud Resource. Requires the recommender.*…
245 …ccounts/{billingAccountsId}/locations/{locationsId}/recommenders/{recommendersId}/recommendations",
247 … "id": "recommender.billingAccounts.locations.recommenders.recommendations.list",
253 …"description": "Filter expression to restrict the recommendations returned. Supported filter field…
276 "path": "v1beta1/{+parent}/recommendations",
285 …d in the ACCEPTED state. MarkRecommendationClaimed can be applied to recommendations in CLAIMED or…
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/personalizeruntime/src/main/resources/codegen-resources/
H A Dservice-2.json19 "requestUri":"/action-recommendations"
27 …ion recommendations, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/get-action-re…
49 "requestUri":"/recommendations"
130 …Amazon Resource Name (ARN) of the campaign to use for getting action recommendations. This campaig…
134 "documentation":"<p>The user ID of the user to provide action recommendations for.</p>"
142 …rned recommendations. For more information, see <a href=\"https://docs.aws.amazon.com/personalize/…
146recommendations. For each placeholder parameter in your filter expression, provide the parameter n…
155 …"documentation":"<p>A list of action recommendations sorted in descending order by prediction scor…
177 …ed to the end of the reranked list. If you are including metadata in recommendations, the maximum …
185 … getting recommendations. Contextual metadata includes any interaction information that might be r…
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/costoptimizationhub/src/main/resources/codegen-resources/
H A Dservice-2.json30 …he service. These preferences impact how the savings associated with recommendations are presented…
47 …mmendationId</code> is only valid for up to a maximum of 24 hours as recommendations are refreshed…
79 …r resources. Also returns de-duped savings across different types of recommendations.</p> <note> <…
95 "documentation":"<p>Returns a list of recommendations.</p>"
111 …riate permissions to opt in to Cost Optimization Hub and to view its recommendations. When you opt…
127 …he service. These preferences impact how the savings associated with recommendations are presented…
252recommendations for. Amazon Web Services calculates recommendations including the management accou…
267 "documentation":"<p>The Compute Savings Plans configuration used for recommendations.</p>"
279 …cumentation":"<p>The Amazon Elastic Block Store volume configuration used for recommendations.</p>"
304 …cumentation":"<p>The Amazon Elastic Block Store volume configuration used for recommendations.</p>"
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/shared/
H A DSmartspaceMediaDataTest.kt44 val recommendations = listOf(withIcon1, withoutIcon1, withIcon2, withoutIcon2) in getValidRecommendations_onlyReturnsRecsWithIcons() constant
46 val data = DEFAULT_DATA.copy(recommendations = recommendations) in getValidRecommendations_onlyReturnsRecsWithIcons()
53 val data = DEFAULT_DATA.copy(recommendations = listOf()) in isValid_emptyList_returnsFalse()
62 recommendations = in isValid_tooFewRecs_returnsFalse()
71 val recommendations = mutableListOf<SmartspaceAction>() in isValid_tooFewRecsWithIcons_returnsFalse() constant
74 recommendations.add(SmartspaceAction.Builder("id", "title").setIcon(icon).build()) in isValid_tooFewRecsWithIcons_returnsFalse()
77 recommendations.add(SmartspaceAction.Builder("id", "title").setIcon(null).build()) in isValid_tooFewRecsWithIcons_returnsFalse()
80 val data = DEFAULT_DATA.copy(recommendations = recommendations) in isValid_tooFewRecsWithIcons_returnsFalse()
87 val recommendations = mutableListOf<SmartspaceAction>() in isValid_enoughRecsWithIcons_returnsTrue() constant
88 // Add the number of required recommendations in isValid_enoughRecsWithIcons_returnsTrue()
[all …]
/aosp_15_r20/external/google-cloud-java/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/
H A DListRecommendationsResponse.java79 * The set of recommendations for the `parent` resource.
82 * <code>repeated .google.cloud.recommender.v1beta1.Recommendation recommendations = 1;</code>
93 * The set of recommendations for the `parent` resource.
96 * <code>repeated .google.cloud.recommender.v1beta1.Recommendation recommendations = 1;</code>
107 * The set of recommendations for the `parent` resource.
110 * <code>repeated .google.cloud.recommender.v1beta1.Recommendation recommendations = 1;</code>
120 * The set of recommendations for the `parent` resource.
123 * <code>repeated .google.cloud.recommender.v1beta1.Recommendation recommendations = 1;</code>
133 * The set of recommendations for the `parent` resource.
136 * <code>repeated .google.cloud.recommender.v1beta1.Recommendation recommendations = 1;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/
H A DListRecommendationsResponse.java79 * The set of recommendations for the `parent` resource.
82 * <code>repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;</code>
92 * The set of recommendations for the `parent` resource.
95 * <code>repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;</code>
106 * The set of recommendations for the `parent` resource.
109 * <code>repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;</code>
119 * The set of recommendations for the `parent` resource.
122 * <code>repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;</code>
132 * The set of recommendations for the `parent` resource.
135 * <code>repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;</code>
[all …]
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetRecommendationsView.java52 * A {@link PagedView} that displays widget recommendations in categories with dots as paged
155 * Displays all the provided recommendations in a single table if they fit.
159 * @param availableHeight height in px that can be used to display the recommendations;
160 * recommendations that don't fit in this height won't be shown
161 * @param availableWidth width in px that the recommendations should display in
163 * recommendations
164 * @return number of recommendations that could fit in the available space.
189 Map<WidgetRecommendationCategory, List<WidgetItem>> recommendations) { in shouldShowFullPageView() argument
191 boolean hasLessCategories = recommendations.size() < MAX_CATEGORIES; in shouldShowFullPageView()
192 long lowDensityCategoriesCount = recommendations.values() in shouldShowFullPageView()
[all …]
/aosp_15_r20/external/googleapis/google/cloud/recommender/v1/
H A Drecommender_service.proto36 // Provides insights and recommendations for cloud customers for various
38 // discovery, etc. Insights and recommendations are generated automatically
107 // Lists recommendations for the specified Cloud Resource. Requires the
112 get: "/v1/{parent=projects/*/locations/*/recommenders/*}/recommendations"
114 get: "/v1/{parent=billingAccounts/*/locations/*/recommenders/*}/recommendations"
117 get: "/v1/{parent=folders/*/locations/*/recommenders/*}/recommendations"
120 get: "/v1/{parent=organizations/*/locations/*/recommenders/*}/recommendations"
131 get: "/v1/{name=projects/*/locations/*/recommenders/*/recommendations/*}"
133 get: "/v1/{name=billingAccounts/*/locations/*/recommenders/*/recommendations/*}"
136 get: "/v1/{name=folders/*/locations/*/recommenders/*/recommendations/*}"
[all …]
/aosp_15_r20/external/google-cloud-java/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/proto/google/cloud/recommender/v1beta1/
H A Drecommender_service.proto36 // Provides insights and recommendations for cloud customers for various
38 // discovery, etc. Insights and recommendations are generated automatically
106 // Lists recommendations for the specified Cloud Resource. Requires the
110 get: "/v1beta1/{parent=projects/*/locations/*/recommenders/*}/recommendations"
112 get: "/v1beta1/{parent=billingAccounts/*/locations/*/recommenders/*}/recommendations"
115 get: "/v1beta1/{parent=folders/*/locations/*/recommenders/*}/recommendations"
118 get: "/v1beta1/{parent=organizations/*/locations/*/recommenders/*}/recommendations"
128 get: "/v1beta1/{name=projects/*/locations/*/recommenders/*/recommendations/*}"
130 get: "/v1beta1/{name=billingAccounts/*/locations/*/recommenders/*/recommendations/*}"
133 get: "/v1beta1/{name=folders/*/locations/*/recommenders/*/recommendations/*}"
[all …]
/aosp_15_r20/external/google-cloud-java/java-recommender/proto-google-cloud-recommender-v1/src/main/proto/google/cloud/recommender/v1/
H A Drecommender_service.proto36 // Provides insights and recommendations for cloud customers for various
38 // discovery, etc. Insights and recommendations are generated automatically
107 // Lists recommendations for the specified Cloud Resource. Requires the
112 get: "/v1/{parent=projects/*/locations/*/recommenders/*}/recommendations"
114 get: "/v1/{parent=billingAccounts/*/locations/*/recommenders/*}/recommendations"
117 get: "/v1/{parent=folders/*/locations/*/recommenders/*}/recommendations"
120 get: "/v1/{parent=organizations/*/locations/*/recommenders/*}/recommendations"
131 get: "/v1/{name=projects/*/locations/*/recommenders/*/recommendations/*}"
133 get: "/v1/{name=billingAccounts/*/locations/*/recommenders/*/recommendations/*}"
136 get: "/v1/{name=folders/*/locations/*/recommenders/*/recommendations/*}"
[all …]
/aosp_15_r20/external/googleapis/google/cloud/recommender/v1beta1/
H A Drecommender_service.proto36 // Provides insights and recommendations for cloud customers for various
38 // discovery, etc. Insights and recommendations are generated automatically
107 // Lists recommendations for the specified Cloud Resource. Requires the
112 get: "/v1beta1/{parent=projects/*/locations/*/recommenders/*}/recommendations"
114 get: "/v1beta1/{parent=billingAccounts/*/locations/*/recommenders/*}/recommendations"
117 get: "/v1beta1/{parent=folders/*/locations/*/recommenders/*}/recommendations"
120 get: "/v1beta1/{parent=organizations/*/locations/*/recommenders/*}/recommendations"
130 get: "/v1beta1/{name=projects/*/locations/*/recommenders/*/recommendations/*}"
132 get: "/v1beta1/{name=billingAccounts/*/locations/*/recommenders/*/recommendations/*}"
135 get: "/v1beta1/{name=folders/*/locations/*/recommenders/*/recommendations/*}"
[all …]
H A Drecommendation.proto32 // recommendation for an underutilized VM, IAM role recommendations, etc
36 …pattern: "projects/{project}/locations/{location}/recommenders/{recommender}/recommendations/{reco…
37 …ts/{billing_account}/locations/{location}/recommenders/{recommender}/recommendations/{recommendati…
38 …pattern: "folders/{folder}/locations/{location}/recommenders/{recommender}/recommendations/{recomm…
39 …tions/{organization}/locations/{location}/recommenders/{recommender}/recommendations/{recommendati…
74 // Contains an identifier for a subtype of recommendations produced for the
318 // Recommendation is active and can be applied. Recommendations content can
321 // ACTIVE recommendations can be marked as CLAIMED, SUCCEEDED, or FAILED.
324 // Recommendation is in claimed state. Recommendations content is
327 // CLAIMED recommendations can be marked as CLAIMED, SUCCEEDED, or FAILED.
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/services/
H A Drecommendation_service.proto47 // Service to manage recommendations.
52 // Applies given recommendations with corresponding apply parameters.
69 post: "/v16/customers/{customer_id=*}/recommendations:apply"
75 // Dismisses given recommendations.
88 post: "/v16/customers/{customer_id=*}/recommendations:dismiss"
94 // Generates Recommendations based off the requested recommendation_types.
107 post: "/v16/customers/{customer_id=*}/recommendations:generate"
121 // Required. The list of operations to apply recommendations.
122 // If partial_failure=false all recommendations should be of the same type
218 // Parameters to use when applying callout asset recommendations.
[all …]
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/model/data/
DWidgetPickerDataTest.kt148 val recommendations: List<ItemInfo> = in <lambda>() constant
162 val updatedData = widgetPickerData.withRecommendedWidgets(recommendations) in <lambda>()
164 assertThat(updatedData.recommendations.keys).containsExactly(CATEGORY_1, CATEGORY_2) in <lambda>()
165 assertThat(updatedData.recommendations[CATEGORY_1]).containsExactly(app1WidgetItem1) in <lambda>()
166 assertThat(updatedData.recommendations[CATEGORY_2]).containsExactly(app2WidgetItem1) in <lambda>()
180 val recommendations: List<ItemInfo> = in <lambda>() constant
186 val updatedData = widgetPickerData.withRecommendedWidgets(recommendations) in <lambda>()
188 assertThat(updatedData.recommendations.keys) in <lambda>()
190 assertThat(updatedData.recommendations[DEFAULT_WIDGET_RECOMMENDATION_CATEGORY]) in <lambda>()
204 recommendations = mapOf(CATEGORY_1 to listOf(app1WidgetItem1)), in <lambda>()
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/services/
H A Drecommendation_service.proto40 // Service to manage recommendations.
45 // Applies given recommendations with corresponding apply parameters.
62 post: "/v15/customers/{customer_id=*}/recommendations:apply"
68 // Dismisses given recommendations.
81 post: "/v15/customers/{customer_id=*}/recommendations:dismiss"
94 // Required. The list of operations to apply recommendations.
95 // If partial_failure=false all recommendations should be of the same type
191 // Parameters to use when applying callout asset recommendations.
198 // Parameters to use when applying call asset recommendations.
205 // Parameters to use when applying sitelink asset recommendations.
[all …]
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/services/
H A Drecommendation_service.proto40 // Service to manage recommendations.
45 // Applies given recommendations with corresponding apply parameters.
62 post: "/v14/customers/{customer_id=*}/recommendations:apply"
68 // Dismisses given recommendations.
81 post: "/v14/customers/{customer_id=*}/recommendations:dismiss"
94 // Required. The list of operations to apply recommendations.
95 // If partial_failure=false all recommendations should be of the same type
191 // Parameters to use when applying callout asset recommendations.
198 // Parameters to use when applying call asset recommendations.
205 // Parameters to use when applying sitelink asset recommendations.
[all …]

12345678910>>...47