Class GoogleCloudAiplatformV1ImportFeatureValuesResponse
Response message for FeaturestoreService.ImportFeatureValues.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ImportFeatureValuesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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? |
TimestampOutsideRetentionRowsCount
The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
Declaration
[JsonProperty("timestampOutsideRetentionRowsCount")]
public virtual long? TimestampOutsideRetentionRowsCount { get; set; }
Property Value
Type | Description |
---|---|
long? |