Package com.google.cloud.aiplatform.v1
Interface DestinationFeatureSettingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DestinationFeatureSetting,DestinationFeatureSetting.Builder
public interface DestinationFeatureSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestinationField()Specify the field name in the export destination.com.google.protobuf.ByteStringgetDestinationFieldBytes()Specify the field name in the export destination.StringgetFeatureId()Required.com.google.protobuf.ByteStringgetFeatureIdBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeatureId
String getFeatureId()
Required. The ID of the Feature to apply the setting to.
string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureId.
-
getFeatureIdBytes
com.google.protobuf.ByteString getFeatureIdBytes()
Required. The ID of the Feature to apply the setting to.
string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for featureId.
-
getDestinationField
String getDestinationField()
Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;- Returns:
- The destinationField.
-
getDestinationFieldBytes
com.google.protobuf.ByteString getDestinationFieldBytes()
Specify the field name in the export destination. If not specified, Feature ID is used.
string destination_field = 2;- Returns:
- The bytes for destinationField.
-
-