Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1FeatureSelectionConfigFeatureConfig

Feature configuration.

Inheritance
object
GoogleCloudAiplatformV1beta1FeatureSelectionConfigFeatureConfig
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 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. Must be in range [0, 1).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX