Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse

Response message for FeaturestoreService.ImportFeatureValues.

Inheritance
object
GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ImportFeatureValuesResponse : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX