Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ImportUserEventsRequest.
Request message for the ImportUserEvents request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#errors_config
def errors_config() -> ::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig) — Optional. The desired location of errors incurred during the Import.
#errors_config=
def errors_config=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig) — Optional. The desired location of errors incurred during the Import.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig) — Optional. The desired location of errors incurred during the Import.
#input_config
def input_config() -> ::Google::Cloud::RecommendationEngine::V1beta1::InputConfig Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::InputConfig) — Required. The desired input location of the data.
#input_config=
def input_config=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::InputConfig Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::InputConfig) — Required. The desired input location of the data.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::InputConfig) — Required. The desired input location of the data.
#parent
def parent() -> ::String Returns
- (::String) — Required.
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
#parent=
def parent=(value) -> ::String Parameter
- value (::String) — Required.
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Returns
- (::String) — Required.
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
#request_id
def request_id() -> ::String Returns
- (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.
#request_id=
def request_id=(value) -> ::String Parameter
- value (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.
Returns
- (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.