Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::ImportMetadata (v0.9.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ImportMetadata.

Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#failure_count

def failure_count() -> ::Integer
Returns
  • (::Integer) — Count of entries that encountered errors while processing.

#failure_count=

def failure_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of entries that encountered errors while processing.
Returns
  • (::Integer) — Count of entries that encountered errors while processing.

#operation_name

def operation_name() -> ::String
Returns
  • (::String) — Name of the operation.

#operation_name=

def operation_name=(value) -> ::String
Parameter
  • value (::String) — Name of the operation.
Returns
  • (::String) — Name of the operation.

#request_id

def request_id() -> ::String
Returns
  • (::String) — Id of the request / operation. This is parroting back the requestId that was passed in the request.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Id of the request / operation. This is parroting back the requestId that was passed in the request.
Returns
  • (::String) — Id of the request / operation. This is parroting back the requestId that was passed in the request.

#success_count

def success_count() -> ::Integer
Returns
  • (::Integer) — Count of entries that were processed successfully.

#success_count=

def success_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of entries that were processed successfully.
Returns
  • (::Integer) — Count of entries that were processed successfully.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns