Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance
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 GoogleCloudAiplatformV1beta1SchemaPredictPredictionTftFeatureImportance : IDirectResponseSchema

Properties

AttributeColumns

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

AttributeWeights

Declaration
[JsonProperty("attributeWeights")]
public virtual IList<float?> AttributeWeights { get; set; }
Property Value
Type Description
IList<float?>

ContextColumns

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

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
Type Description
IList<float?>

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
Type Description
IList<string>

HorizonWeights

Declaration
[JsonProperty("horizonWeights")]
public virtual IList<float?> HorizonWeights { get; set; }
Property Value
Type Description
IList<float?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX