Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ImportFeatureValuesOperationMetadata

Details of operations that perform import Feature values.

Inheritance
object
GoogleCloudAiplatformV1ImportFeatureValuesOperationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ImportFeatureValuesOperationMetadata : IDirectResponseSchema

Properties

BlockingOperationIds

List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.

Declaration
[JsonProperty("blockingOperationIds")]
public virtual IList<long?> BlockingOperationIds { get; set; }
Property Value
Type Description
IList<long?>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GenericMetadata

Operation metadata for Featurestore import Feature values.

Declaration
[JsonProperty("genericMetadata")]
public virtual GoogleCloudAiplatformV1GenericOperationMetadata GenericMetadata { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1GenericOperationMetadata

ImportedEntityCount

Number of entities that have been imported by the operation.

Declaration
[JsonProperty("importedEntityCount")]
public virtual long? ImportedEntityCount { get; set; }
Property Value
Type Description
long?

ImportedFeatureValueCount

Number of Feature values that have been imported by the operation.

Declaration
[JsonProperty("importedFeatureValueCount")]
public virtual long? ImportedFeatureValueCount { get; set; }
Property Value
Type Description
long?

InvalidRowCount

The number of rows in input source that weren't imported due to either * Not having any featureValues. * Having a null entityId. * Having a null timestamp. * Not being parsable (applicable for CSV sources).

Declaration
[JsonProperty("invalidRowCount")]
public virtual long? InvalidRowCount { get; set; }
Property Value
Type Description
long?

SourceUris

The source URI from where Feature values are imported.

Declaration
[JsonProperty("sourceUris")]
public virtual IList<string> SourceUris { get; set; }
Property Value
Type Description
IList<string>

TimestampOutsideRetentionRowsCount

The number rows that weren't ingested due to having timestamps outside the retention boundary.

Declaration
[JsonProperty("timestampOutsideRetentionRowsCount")]
public virtual long? TimestampOutsideRetentionRowsCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX