Class BatchReadFeatureValuesRequest.Types.PassThroughField (1.1.0)

public sealed class PassThroughField : IMessage<BatchReadFeatureValuesRequest.Types.PassThroughField>, IEquatable<BatchReadFeatureValuesRequest.Types.PassThroughField>, IDeepCloneable<BatchReadFeatureValuesRequest.Types.PassThroughField>, IBufferMessage, IMessage

Describe pass-through fields in read_instance source.

Inheritance

Object > BatchReadFeatureValuesRequest.Types.PassThroughField

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PassThroughField()

public PassThroughField()

PassThroughField(BatchReadFeatureValuesRequest.Types.PassThroughField)

public PassThroughField(BatchReadFeatureValuesRequest.Types.PassThroughField other)
Parameter
NameDescription
otherBatchReadFeatureValuesRequest.Types.PassThroughField

Properties

FieldName

public string FieldName { get; set; }

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as [Feature.name][google.cloud.aiplatform.v1.Feature.name].

Property Value
TypeDescription
String