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 String
getDestinationField()
Specify the field name in the export destination.com.google.protobuf.ByteString
getDestinationFieldBytes()
Specify the field name in the export destination.String
getFeatureId()
Required.com.google.protobuf.ByteString
getFeatureIdBytes()
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.
-
-