Class GoogleCloudAiplatformV1beta1FeatureSelectionConfigFeatureConfig
Feature configuration.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureSelectionConfigFeatureConfig : IDirectResponseSchema
Properties
DriftThreshold
Optional. Drift threshold. If calculated difference with baseline data larger than threshold, it will be considered as the feature has drift. If not present, the threshold will be default to 0.3.
Declaration
[JsonProperty("driftThreshold")]
public virtual double? DriftThreshold { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureId
Required. The ID of the feature resource. Final component of the Feature's resource name.
Declaration
[JsonProperty("featureId")]
public virtual string FeatureId { get; set; }
Property Value
Type | Description |
---|---|
string |