Interface CreateFeatureMonitorRequestOrBuilder (3.55.0)

public interface CreateFeatureMonitorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureMonitor()

public abstract FeatureMonitor getFeatureMonitor()

Required. The Monitor to create.

.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureMonitor

The featureMonitor.

getFeatureMonitorId()

public abstract String getFeatureMonitorId()

Required. The ID to use for this FeatureMonitor, 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 FeatureGroup.

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

Returns
Type Description
String

The featureMonitorId.

getFeatureMonitorIdBytes()

public abstract ByteString getFeatureMonitorIdBytes()

Required. The ID to use for this FeatureMonitor, 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 FeatureGroup.

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

Returns
Type Description
ByteString

The bytes for featureMonitorId.

getFeatureMonitorOrBuilder()

public abstract FeatureMonitorOrBuilder getFeatureMonitorOrBuilder()

Required. The Monitor to create.

.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureMonitorOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of FeatureGroup to create FeatureMonitor. Format: projects/{project}/locations/{location}/featureGroups/{featuregroup}

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of FeatureGroup to create FeatureMonitor. Format: projects/{project}/locations/{location}/featureGroups/{featuregroup}

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

Returns
Type Description
ByteString

The bytes for parent.

hasFeatureMonitor()

public abstract boolean hasFeatureMonitor()

Required. The Monitor to create.

.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the featureMonitor field is set.