Class GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance
Inheritance
GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance
Assembly: Google.Apis.Aiplatform.v1.dll
public class GoogleCloudAiplatformV1SchemaPredictPredictionTftFeatureImportance : IDirectResponseSchema
Properties
Declaration
[JsonProperty("attributeColumns")]
public virtual IList<string> AttributeColumns { get; set; }
Property Value
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
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("horizonColumns")]
public virtual IList<string> HorizonColumns { get; set; }
Property Value
Declaration
[JsonProperty("horizonWeights")]
public virtual IList<float?> HorizonWeights { get; set; }
Property Value
Implements