public sealed class PassThroughField : IMessage<BatchReadFeatureValuesRequest.Types.PassThroughField>, IEquatable<BatchReadFeatureValuesRequest.Types.PassThroughField>, IDeepCloneable<BatchReadFeatureValuesRequest.Types.PassThroughField>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class BatchReadFeatureValuesRequest.Types.PassThroughField.
Describe pass-through fields in read_instance source.
Implements
IMessage<BatchReadFeatureValuesRequest.Types.PassThroughField>, IEquatable<BatchReadFeatureValuesRequest.Types.PassThroughField>, IDeepCloneable<BatchReadFeatureValuesRequest.Types.PassThroughField>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
PassThroughField()
public PassThroughField()PassThroughField(BatchReadFeatureValuesRequest.Types.PassThroughField)
public PassThroughField(BatchReadFeatureValuesRequest.Types.PassThroughField other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchReadFeatureValuesRequest.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 | |
|---|---|
| Type | Description |
String |
|