public interface BatchCreateFeaturesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Feature |
getFeatures(int index)
The Features created.
|
int |
getFeaturesCount()
The Features created.
|
List<Feature> |
getFeaturesList()
The Features created.
|
FeatureOrBuilder |
getFeaturesOrBuilder(int index)
The Features created.
|
List<? extends FeatureOrBuilder> |
getFeaturesOrBuilderList()
The Features created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Feature> getFeaturesList()
The Features created.
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;Feature getFeatures(int index)
The Features created.
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;int getFeaturesCount()
The Features created.
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
The Features created.
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;FeatureOrBuilder getFeaturesOrBuilder(int index)
The Features created.
repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;Copyright © 2024 Google LLC. All rights reserved.