public interface CreateFeatureMonitorJobRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatureMonitorJob()
public abstract FeatureMonitorJob getFeatureMonitorJob()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FeatureMonitorJob |
The featureMonitorJob. |
getFeatureMonitorJobId()
public abstract 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];
Returns | |
---|---|
Type | Description |
long |
The featureMonitorJobId. |
getFeatureMonitorJobOrBuilder()
public abstract FeatureMonitorJobOrBuilder getFeatureMonitorJobOrBuilder()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FeatureMonitorJobOrBuilder |
getParent()
public abstract String 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) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasFeatureMonitorJob()
public abstract boolean hasFeatureMonitorJob()
Required. The Monitor to create.
.google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the featureMonitorJob field is set. |