Skip to content

Commit

Permalink
docs(aiplatform): fix misformatted field description (#267)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 429098186
Source-Link: googleapis/googleapis@e75c527
Source-Link: googleapis/googleapis-gen@6114713
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjExNDcxMzMzODE4Zjg4ZjY2YmZlMjRhYzk3ZDIwNjRjZTBiNTJhZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Feb 18, 2022
1 parent 2ab12f5 commit dfd54e9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ message SearchModelDeploymentMonitoringStatsAnomaliesRequest {

// Required. ModelDeploymentMonitoring Job resource name.
// Format:
// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
string model_deployment_monitoring_job = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ message SearchModelDeploymentMonitoringStatsAnomaliesRequest {

// Required. ModelDeploymentMonitoring Job resource name.
// Format:
// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
// `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
string model_deployment_monitoring_job = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function main(modelDeploymentMonitoringJob, deployedModelId, objectives) {
/**
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*/
// const modelDeploymentMonitoringJob = 'abc123'
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function main(modelDeploymentMonitoringJob, deployedModelId, objectives) {
/**
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*/
// const modelDeploymentMonitoringJob = 'abc123'
/**
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-aiplatform/src/v1/job_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4157,7 +4157,7 @@ export class JobServiceClient {
* @param {string} request.modelDeploymentMonitoringJob
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* @param {string} request.deployedModelId
* Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
Expand Down Expand Up @@ -4280,7 +4280,7 @@ export class JobServiceClient {
* @param {string} request.modelDeploymentMonitoringJob
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* @param {string} request.deployedModelId
* Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
Expand Down Expand Up @@ -4349,7 +4349,7 @@ export class JobServiceClient {
* @param {string} request.modelDeploymentMonitoringJob
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* @param {string} request.deployedModelId
* Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4181,7 +4181,7 @@ export class JobServiceClient {
* @param {string} request.modelDeploymentMonitoringJob
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* @param {string} request.deployedModelId
* Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
Expand Down Expand Up @@ -4304,7 +4304,7 @@ export class JobServiceClient {
* @param {string} request.modelDeploymentMonitoringJob
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* @param {string} request.deployedModelId
* Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
Expand Down Expand Up @@ -4373,7 +4373,7 @@ export class JobServiceClient {
* @param {string} request.modelDeploymentMonitoringJob
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* @param {string} request.deployedModelId
* Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
Expand Down

0 comments on commit dfd54e9

Please sign in to comment.