Interface CreateFeatureRequestOrBuilder (3.42.0)

public interface CreateFeatureRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeature()

public abstract Feature getFeature()

Required. The Feature to create.

.google.cloud.aiplatform.v1beta1.Feature feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Feature

The feature.

getFeatureId()

public abstract String getFeatureId()

Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.

This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within an EntityType/FeatureGroup.

string feature_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The featureId.

getFeatureIdBytes()

public abstract ByteString getFeatureIdBytes()

Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.

This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within an EntityType/FeatureGroup.

string feature_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for featureId.

getFeatureOrBuilder()

public abstract FeatureOrBuilder getFeatureOrBuilder()

Required. The Feature to create.

.google.cloud.aiplatform.v1beta1.Feature feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasFeature()

public abstract boolean hasFeature()

Required. The Feature to create.

.google.cloud.aiplatform.v1beta1.Feature feature = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the feature field is set.