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 Vertex AI v1beta1 API class BatchReadFeatureValuesRequest.Types.PassThroughField.
Describe pass-through fields in read_instance source.
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.v1beta1.Feature.name].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This documentation is for the `BatchReadFeatureValuesRequest.Types.PassThroughField` class within the Google Cloud AI Platform v1beta1 API, with the latest version being 1.0.0-beta21."],["The `PassThroughField` class is used to describe fields that are passed through during a `read_instance` operation."],["It inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and one that takes another `PassThroughField` object."],["It contains one property, `FieldName`, which stores the name of a field that is required to be present in the CSV header or the BigQuery column."]]],[]]