Interface CreateFeatureViewRequestOrBuilder (3.42.0)

public interface CreateFeatureViewRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureView()

public abstract FeatureView getFeatureView()

Required. The FeatureView to create.

.google.cloud.aiplatform.v1beta1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureView

The featureView.

getFeatureViewId()

public abstract String getFeatureViewId()

Required. The ID to use for the FeatureView, which will become the final component of the FeatureView'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 a FeatureOnlineStore.

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

Returns
TypeDescription
String

The featureViewId.

getFeatureViewIdBytes()

public abstract ByteString getFeatureViewIdBytes()

Required. The ID to use for the FeatureView, which will become the final component of the FeatureView'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 a FeatureOnlineStore.

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

Returns
TypeDescription
ByteString

The bytes for featureViewId.

getFeatureViewOrBuilder()

public abstract FeatureViewOrBuilder getFeatureViewOrBuilder()

Required. The FeatureView to create.

.google.cloud.aiplatform.v1beta1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FeatureViewOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

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 FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

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

Returns
TypeDescription
ByteString

The bytes for parent.

getRunSyncImmediately()

public abstract boolean getRunSyncImmediately()

Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.

bool run_sync_immediately = 4 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
boolean

The runSyncImmediately.

hasFeatureView()

public abstract boolean hasFeatureView()

Required. The FeatureView to create.

.google.cloud.aiplatform.v1beta1.FeatureView feature_view = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the featureView field is set.