public interface CreateFeatureMonitorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureMonitor |
getFeatureMonitor()
Required.
|
String |
getFeatureMonitorId()
Required.
|
com.google.protobuf.ByteString |
getFeatureMonitorIdBytes()
Required.
|
FeatureMonitorOrBuilder |
getFeatureMonitorOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasFeatureMonitor()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
boolean hasFeatureMonitor()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];
FeatureMonitor getFeatureMonitor()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];
FeatureMonitorOrBuilder getFeatureMonitorOrBuilder()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 2 [(.google.api.field_behavior) = REQUIRED];
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];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];Copyright © 2024 Google LLC. All rights reserved.