public sealed class ImportFeatureValuesRequest.Types.FeatureSpec : IMessage<ImportFeatureValuesRequest.Types.FeatureSpec>, IEquatable<ImportFeatureValuesRequest.Types.FeatureSpec>, IDeepCloneable<ImportFeatureValuesRequest.Types.FeatureSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ImportFeatureValuesRequest.Types.FeatureSpec.
Defines the Feature value(s) to import.
Implements
IMessageImportFeatureValuesRequestTypesFeatureSpec, IEquatableImportFeatureValuesRequestTypesFeatureSpec, IDeepCloneableImportFeatureValuesRequestTypesFeatureSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureSpec()
public FeatureSpec()FeatureSpec(FeatureSpec)
public FeatureSpec(ImportFeatureValuesRequest.Types.FeatureSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportFeatureValuesRequestTypesFeatureSpec |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|