public static interface ReadFeatureValuesResponse.HeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityType()
The resource name of the EntityType from the
[ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
|
com.google.protobuf.ByteString |
getEntityTypeBytes()
The resource name of the EntityType from the
[ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
|
ReadFeatureValuesResponse.FeatureDescriptor |
getFeatureDescriptors(int index)
List of Feature metadata corresponding to each piece of
[ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
|
int |
getFeatureDescriptorsCount()
List of Feature metadata corresponding to each piece of
[ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
|
List<ReadFeatureValuesResponse.FeatureDescriptor> |
getFeatureDescriptorsList()
List of Feature metadata corresponding to each piece of
[ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
|
ReadFeatureValuesResponse.FeatureDescriptorOrBuilder |
getFeatureDescriptorsOrBuilder(int index)
List of Feature metadata corresponding to each piece of
[ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
|
List<? extends ReadFeatureValuesResponse.FeatureDescriptorOrBuilder> |
getFeatureDescriptorsOrBuilderList()
List of Feature metadata corresponding to each piece of
[ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEntityType()
The resource name of the EntityType from the
[ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
Value format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
string entity_type = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getEntityTypeBytes()
The resource name of the EntityType from the
[ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
Value format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
string entity_type = 1 [(.google.api.resource_reference) = { ... }List<ReadFeatureValuesResponse.FeatureDescriptor> getFeatureDescriptorsList()
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
ReadFeatureValuesResponse.FeatureDescriptor getFeatureDescriptors(int index)
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
int getFeatureDescriptorsCount()
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
List<? extends ReadFeatureValuesResponse.FeatureDescriptorOrBuilder> getFeatureDescriptorsOrBuilderList()
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
ReadFeatureValuesResponse.FeatureDescriptorOrBuilder getFeatureDescriptorsOrBuilder(int index)
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
Copyright © 2023 Google LLC. All rights reserved.