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 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-09 UTC."],[[["This documentation covers the `BatchReadFeatureValuesRequest.Types.PassThroughField` class within the Google Cloud AI Platform v1beta1 API."],["The `PassThroughField` class is designed to handle and describe fields that should be passed through in the `read_instance` source."],["It inherits from the base `object` class and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["The class has two constructors, a default constructor and another one that accepts a `PassThroughField` object for copying."],["The `FieldName` property, which is a required string, represents the field's name in either a CSV header or a BigQuery table column, adhering to the naming conventions of a `Feature.name`."]]],[]]