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.
Implements
IMessageBatchReadFeatureValuesRequestTypesPassThroughField, IEquatableBatchReadFeatureValuesRequestTypesPassThroughField, IDeepCloneableBatchReadFeatureValuesRequestTypesPassThroughField, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PassThroughField()
public PassThroughField()
PassThroughField(PassThroughField)
public PassThroughField(BatchReadFeatureValuesRequest.Types.PassThroughField other)
Parameter | |
---|---|
Name | Description |
other |
BatchReadFeatureValuesRequestTypesPassThroughField |
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.v1beta1.Feature.name].
Property Value | |
---|---|
Type | Description |
string |