Interface CreateFeatureMonitorRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateFeatureMonitorRequest,CreateFeatureMonitorRequest.Builder
@Generated
public interface CreateFeatureMonitorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.com.google.protobuf.ByteStringRequired.Required.Required.com.google.protobuf.ByteStringRequired.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasFeatureMonitor
boolean hasFeatureMonitor()Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the featureMonitor field is set.
-
getFeatureMonitor
FeatureMonitor getFeatureMonitor()Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The featureMonitor.
-
getFeatureMonitorOrBuilder
FeatureMonitorOrBuilder getFeatureMonitorOrBuilder()Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED]; -
getFeatureMonitorId
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:
- The featureMonitorId.
-
getFeatureMonitorIdBytes
com.google.protobuf.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:
- The bytes for featureMonitorId.
-