public interface CreateFeatureMonitorJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureMonitorJob |
getFeatureMonitorJob()
Required.
|
long |
getFeatureMonitorJobId()
Optional.
|
FeatureMonitorJobOrBuilder |
getFeatureMonitorJobOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasFeatureMonitorJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of FeatureMonitor to create FeatureMonitorJob.
Format:
`projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of FeatureMonitor to create FeatureMonitorJob.
Format:
`projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasFeatureMonitorJob()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_job = 2 [(.google.api.field_behavior) = REQUIRED];
FeatureMonitorJob getFeatureMonitorJob()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_job = 2 [(.google.api.field_behavior) = REQUIRED];
FeatureMonitorJobOrBuilder getFeatureMonitorJobOrBuilder()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_job = 2 [(.google.api.field_behavior) = REQUIRED];
long getFeatureMonitorJobId()
Optional. Output only. System-generated ID for feature monitor job.
int64 feature_monitor_job_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.