Cloud AI Platform v1 API - Class BatchReadFeatureValuesRequest.Types.PassThroughField (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class BatchReadFeatureValuesRequest.Types.PassThroughField.

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(PassThroughField)

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

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