Class GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest
Request message for ModelMonitoringService.CreateModelMonitoringJob.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelMonitoringJob
Required. The ModelMonitoringJob to create
Declaration
[JsonProperty("modelMonitoringJob")]
public virtual GoogleCloudAiplatformV1beta1ModelMonitoringJob ModelMonitoringJob { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ModelMonitoringJob |
ModelMonitoringJobId
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])?$/
.
Declaration
[JsonProperty("modelMonitoringJobId")]
public virtual string ModelMonitoringJobId { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent of the ModelMonitoringJob. Format:
projects/{project}/locations/{location}/modelMoniitors/{model_monitor}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |