Interface CreateFeatureGroupRequestOrBuilder (3.42.0)

public interface CreateFeatureGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureGroup()

public abstract FeatureGroup getFeatureGroup()

Required. The FeatureGroup to create.

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureGroup

The featureGroup.

getFeatureGroupId()

public abstract String getFeatureGroupId()

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

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

The value must be unique within the project and location.

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

Returns
TypeDescription
String

The featureGroupId.

getFeatureGroupIdBytes()

public abstract ByteString getFeatureGroupIdBytes()

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

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

The value must be unique within the project and location.

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

Returns
TypeDescription
ByteString

The bytes for featureGroupId.

getFeatureGroupOrBuilder()

public abstract FeatureGroupOrBuilder getFeatureGroupOrBuilder()

Required. The FeatureGroup to create.

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureGroupOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the Location to create FeatureGroups. Format: projects/{project}/locations/{location}'

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 Location to create FeatureGroups. Format: projects/{project}/locations/{location}'

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasFeatureGroup()

public abstract boolean hasFeatureGroup()

Required. The FeatureGroup to create.

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the featureGroup field is set.