Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CreateModelDeploymentMonitoringJobRequest.
Request message for JobService.CreateModelDeploymentMonitoringJob.
Generated from protobuf message google.cloud.aiplatform.v1.CreateModelDeploymentMonitoringJobRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of the ModelDeploymentMonitoringJob. Format: |
↳ model_deployment_monitoring_job |
ModelDeploymentMonitoringJob
Required. The ModelDeploymentMonitoringJob to create |
getParent
Required. The parent of the ModelDeploymentMonitoringJob.
Format: projects/{project}/locations/{location}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent of the ModelDeploymentMonitoringJob.
Format: projects/{project}/locations/{location}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getModelDeploymentMonitoringJob
Required. The ModelDeploymentMonitoringJob to create
| Returns | |
|---|---|
| Type | Description |
ModelDeploymentMonitoringJob|null |
|
hasModelDeploymentMonitoringJob
clearModelDeploymentMonitoringJob
setModelDeploymentMonitoringJob
Required. The ModelDeploymentMonitoringJob to create
| Parameter | |
|---|---|
| Name | Description |
var |
ModelDeploymentMonitoringJob
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent of the ModelDeploymentMonitoringJob.
Format: |
modelDeploymentMonitoringJob |
ModelDeploymentMonitoringJob
Required. The ModelDeploymentMonitoringJob to create |
| Returns | |
|---|---|
| Type | Description |
CreateModelDeploymentMonitoringJobRequest |
|