Cloud AI Platform v1 API - Class ImportFeatureValuesRequest.Types.FeatureSpec (2.27.0)

public sealed class ImportFeatureValuesRequest.Types.FeatureSpec : IMessage<ImportFeatureValuesRequest.Types.FeatureSpec>, IEquatable<ImportFeatureValuesRequest.Types.FeatureSpec>, IDeepCloneable<ImportFeatureValuesRequest.Types.FeatureSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ImportFeatureValuesRequest.Types.FeatureSpec.

Defines the Feature value(s) to import.

Inheritance

object > ImportFeatureValuesRequest.Types.FeatureSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureSpec()

public FeatureSpec()

FeatureSpec(FeatureSpec)

public FeatureSpec(ImportFeatureValuesRequest.Types.FeatureSpec other)
Parameter
NameDescription
otherImportFeatureValuesRequestTypesFeatureSpec

Properties

Id

public string Id { get; set; }

Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.

Property Value
TypeDescription
string

SourceField

public string SourceField { get; set; }

Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.

Property Value
TypeDescription
string