public interface CreateModelMonitoringJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringJob |
getModelMonitoringJob()
Required.
|
String |
getModelMonitoringJobId()
Optional.
|
com.google.protobuf.ByteString |
getModelMonitoringJobIdBytes()
Optional.
|
ModelMonitoringJobOrBuilder |
getModelMonitoringJobOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasModelMonitoringJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent of the ModelMonitoringJob.
Format:
`projects/{project}/locations/{location}/modelMoniitors/{model_monitor}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent of the ModelMonitoringJob.
Format:
`projects/{project}/locations/{location}/modelMoniitors/{model_monitor}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasModelMonitoringJob()
Required. The ModelMonitoringJob to create
.google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_job = 2 [(.google.api.field_behavior) = REQUIRED];
ModelMonitoringJob getModelMonitoringJob()
Required. The ModelMonitoringJob to create
.google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_job = 2 [(.google.api.field_behavior) = REQUIRED];
ModelMonitoringJobOrBuilder getModelMonitoringJobOrBuilder()
Required. The ModelMonitoringJob to create
.google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_job = 2 [(.google.api.field_behavior) = REQUIRED];
String getModelMonitoringJobId()
Optional. The ID to use for the Model Monitoring Job, which will become the
final component of the model monitoring job resource name.
The maximum length is 63 characters, and valid characters are
`/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
string model_monitoring_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getModelMonitoringJobIdBytes()
Optional. The ID to use for the Model Monitoring Job, which will become the
final component of the model monitoring job resource name.
The maximum length is 63 characters, and valid characters are
`/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
string model_monitoring_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.