Namespace Google.Apis.RecommendationsAI.v1beta1.Data
Classes
GoogleApiHttpBody
Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.
GoogleCloudRecommendationengineV1alphaRejoinCatalogMetadata
Metadata for TriggerCatalogRejoin method.
GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse
Response message for TriggerCatalogRejoin method.
GoogleCloudRecommendationengineV1alphaTuningMetadata
Metadata associated with a tune operation.
GoogleCloudRecommendationengineV1alphaTuningResponse
Response associated with a tune operation.
GoogleCloudRecommendationengineV1beta1BigQuerySource
BigQuery source import data from.
GoogleCloudRecommendationengineV1beta1Catalog
The catalog configuration. Next ID: 5.
GoogleCloudRecommendationengineV1beta1CatalogInlineSource
The inline source for the input config for ImportCatalogItems method.
GoogleCloudRecommendationengineV1beta1CatalogItem
CatalogItem captures all metadata information of items to be recommended.
GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy
Category represents catalog item category hierarchy.
GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Configures the catalog level that users send events to, and the level at which predictions are made.
GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest
Request message for the CreatePredictionApiKeyRegistration
method.
GoogleCloudRecommendationengineV1beta1EventDetail
User event details shared by all recommendation types.
GoogleCloudRecommendationengineV1beta1FeatureMap
FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.
GoogleCloudRecommendationengineV1beta1FeatureMapFloatList
A list of float features.
GoogleCloudRecommendationengineV1beta1FeatureMapStringList
A list of string features.
GoogleCloudRecommendationengineV1beta1GcsSource
Google Cloud Storage location for input content. format.
GoogleCloudRecommendationengineV1beta1Image
Catalog item thumbnail/detail image.
GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest
Request message for Import methods.
GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse
Response of the ImportCatalogItemsRequest. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
GoogleCloudRecommendationengineV1beta1ImportErrorsConfig
Configuration of destination for Import related errors.
GoogleCloudRecommendationengineV1beta1ImportMetadata
Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest
Request message for the ImportUserEvents request.
GoogleCloudRecommendationengineV1beta1ImportUserEventsResponse
Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
GoogleCloudRecommendationengineV1beta1InputConfig
The input config source.
GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse
Response message for ListCatalogItems method.
GoogleCloudRecommendationengineV1beta1ListCatalogsResponse
Response for ListCatalogs method.
GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse
Response message for the ListPredictionApiKeyRegistrations
.
GoogleCloudRecommendationengineV1beta1ListUserEventsResponse
Response message for ListUserEvents method.
GoogleCloudRecommendationengineV1beta1PredictRequest
Request message for Predict method. Full resource name of the format:
{name=projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/placements/*}
The
id of the recommendation engine placement. This id is used to identify the set of models that will be used to
make the prediction. We currently support three placements with the following IDs by default: // *
shopping_cart
: Predicts items frequently bought together with one or more catalog items in the same shopping
session. Commonly displayed after add-to-cart
event, on product detail pages, or on the shopping cart page. *
home_page
: Predicts the next product that a user will most likely engage with or purchase based on the
shopping or viewing history of the specified userId
or visitorId
. For example - Recommendations for you. *
product_detail
: Predicts the next product that a user will most likely engage with or purchase. The prediction
is based on the shopping or viewing history of the specified userId
or visitorId
and its relevance to a
specified CatalogItem
. Typically used on product detail pages. For example - More items like this. *
recently_viewed_default
: Returns up to 75 items recently viewed by the specified userId
or visitorId
, most
recent ones first. Returns nothing if neither of them has viewed any items yet. For example - Recently viewed.
The full list of available placements can be seen at
https://console.cloud.google.com/recommendation/catalogs/default_catalog/placements
GoogleCloudRecommendationengineV1beta1PredictResponse
Response message for predict method.
GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult
PredictionResult represents the recommendation prediction results.
GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration
Registered Api Key.
GoogleCloudRecommendationengineV1beta1ProductCatalogItem
ProductCatalogItem captures item metadata specific to retail products.
GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice
Exact product price.
GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange
Product price range when there are a range of prices for different variations of the same product.
GoogleCloudRecommendationengineV1beta1ProductDetail
Detailed product information associated with a user event.
GoogleCloudRecommendationengineV1beta1ProductEventDetail
ProductEventDetail captures user event information specific to retail products.
GoogleCloudRecommendationengineV1beta1PurchaseTransaction
A transaction represents the entire purchase transaction.
GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata
Metadata related to the progress of the PurgeUserEvents operation. This will be returned by the google.longrunning.Operation.metadata field.
GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest
Request message for PurgeUserEvents method.
GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse
Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
GoogleCloudRecommendationengineV1beta1RejoinUserEventsMetadata
Metadata for RejoinUserEvents method.
GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
Request message for CatalogRejoin method.
GoogleCloudRecommendationengineV1beta1RejoinUserEventsResponse
Response message for RejoinUserEvents method.
GoogleCloudRecommendationengineV1beta1UserEvent
UserEvent captures all metadata information recommendation engine needs to know about how end users interact with customers' website.
GoogleCloudRecommendationengineV1beta1UserEventImportSummary
A summary of import result. The UserEventImportSummary summarizes the import status for user events.
GoogleCloudRecommendationengineV1beta1UserEventInlineSource
The inline source for the input config for ImportUserEvents method.
GoogleCloudRecommendationengineV1beta1UserInfo
Information of end users.
GoogleLongrunningListOperationsResponse
The response message for Operations.ListOperations.
GoogleLongrunningOperation
This resource represents a long-running operation that is the result of a network API call.
GoogleProtobufEmpty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
GoogleRpcStatus
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.