Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class InputConfig.
The input config source.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.InputConfig
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ catalog_inline_source |
CatalogInlineSource
The Inline source for the input content for Catalog items. |
↳ gcs_source |
GcsSource
Google Cloud Storage location for the input content. |
↳ user_event_inline_source |
UserEventInlineSource
The Inline source for the input content for UserEvents. |
getCatalogInlineSource
The Inline source for the input content for Catalog items.
Returns | |
---|---|
Type | Description |
CatalogInlineSource|null |
hasCatalogInlineSource
setCatalogInlineSource
The Inline source for the input content for Catalog items.
Parameter | |
---|---|
Name | Description |
var |
CatalogInlineSource
|
Returns | |
---|---|
Type | Description |
$this |
getGcsSource
Google Cloud Storage location for the input content.
Returns | |
---|---|
Type | Description |
GcsSource|null |
hasGcsSource
setGcsSource
Google Cloud Storage location for the input content.
Parameter | |
---|---|
Name | Description |
var |
GcsSource
|
Returns | |
---|---|
Type | Description |
$this |
getUserEventInlineSource
The Inline source for the input content for UserEvents.
Returns | |
---|---|
Type | Description |
UserEventInlineSource|null |
hasUserEventInlineSource
setUserEventInlineSource
The Inline source for the input content for UserEvents.
Parameter | |
---|---|
Name | Description |
var |
UserEventInlineSource
|
Returns | |
---|---|
Type | Description |
$this |
getSource
Returns | |
---|---|
Type | Description |
string |