Class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance : IDirectResponseSchema
Properties
AttributeColumns
Declaration
[JsonProperty("attributeColumns")]
public virtual IList<string> AttributeColumns { get; set; }
Property Value
AttributeWeights
Declaration
[JsonProperty("attributeWeights")]
public virtual IList<float?> AttributeWeights { get; set; }
Property Value
ContextColumns
Declaration
[JsonProperty("contextColumns")]
public virtual IList<string> ContextColumns { get; set; }
Property Value
ContextWeights
TFT feature importance values. Each pair for {context/horizon/attribute} should have the same shape since the weight corresponds to the column names.
Declaration
[JsonProperty("contextWeights")]
public virtual IList<float?> ContextWeights { get; set; }
Property Value
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HorizonColumns
Declaration
[JsonProperty("horizonColumns")]
public virtual IList<string> HorizonColumns { get; set; }
Property Value
HorizonWeights
Declaration
[JsonProperty("horizonWeights")]
public virtual IList<float?> HorizonWeights { get; set; }