Recommendations AI v1beta1 API - Class ImportMetadata (2.0.0-beta05)

public sealed class ImportMetadata : IMessage<ImportMetadata>, IEquatable<ImportMetadata>, IDeepCloneable<ImportMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportMetadata.

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

Inheritance

object > ImportMetadata

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ImportMetadata()

public ImportMetadata()

ImportMetadata(ImportMetadata)

public ImportMetadata(ImportMetadata other)
Parameter
NameDescription
otherImportMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Operation create time.

Property Value
TypeDescription
Timestamp

FailureCount

public long FailureCount { get; set; }

Count of entries that encountered errors while processing.

Property Value
TypeDescription
long

OperationName

public string OperationName { get; set; }

Name of the operation.

Property Value
TypeDescription
string

RequestId

public string RequestId { get; set; }

Id of the request / operation. This is parroting back the requestId that was passed in the request.

Property Value
TypeDescription
string

SuccessCount

public long SuccessCount { get; set; }

Count of entries that were processed successfully.

Property Value
TypeDescription
long

UpdateTime

public Timestamp UpdateTime { get; set; }

Operation last update time. If the operation is done, this is also the finish time.

Property Value
TypeDescription
Timestamp