Skip to content

Commit

Permalink
feat: add enable_dashboard_access in aiplatform v1 and v1beta1
Browse files Browse the repository at this point in the history
custom_job.proto

PiperOrigin-RevId: 502722710
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 18, 2023
1 parent d8ee340 commit 6d9a0f3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions google/cloud/aiplatform/v1/custom_job.proto
Expand Up @@ -204,6 +204,18 @@ message CustomJobSpec {
// (within
// [HyperparameterTuningJob.trials][google.cloud.aiplatform.v1.HyperparameterTuningJob.trials]).
bool enable_web_access = 10 [(google.api.field_behavior) = OPTIONAL];

// Optional. Whether you want Vertex AI to enable access to the customized
// dashboard in training chief container.
//
// If set to `true`, you can access the dashboard at the URIs given
// by
// [CustomJob.web_access_uris][google.cloud.aiplatform.v1.CustomJob.web_access_uris]
// or
// [Trial.web_access_uris][google.cloud.aiplatform.v1.Trial.web_access_uris]
// (within
// [HyperparameterTuningJob.trials][google.cloud.aiplatform.v1.HyperparameterTuningJob.trials]).
bool enable_dashboard_access = 16 [(google.api.field_behavior) = OPTIONAL];
}

// Represents the spec of a worker pool in a job.
Expand Down
12 changes: 12 additions & 0 deletions google/cloud/aiplatform/v1beta1/custom_job.proto
Expand Up @@ -204,6 +204,18 @@ message CustomJobSpec {
// (within
// [HyperparameterTuningJob.trials][google.cloud.aiplatform.v1beta1.HyperparameterTuningJob.trials]).
bool enable_web_access = 10 [(google.api.field_behavior) = OPTIONAL];

// Optional. Whether you want Vertex AI to enable access to the customized
// dashboard in training chief container.
//
// If set to `true`, you can access the dashboard at the URIs given
// by
// [CustomJob.web_access_uris][google.cloud.aiplatform.v1beta1.CustomJob.web_access_uris]
// or
// [Trial.web_access_uris][google.cloud.aiplatform.v1beta1.Trial.web_access_uris]
// (within
// [HyperparameterTuningJob.trials][google.cloud.aiplatform.v1beta1.HyperparameterTuningJob.trials]).
bool enable_dashboard_access = 16 [(google.api.field_behavior) = OPTIONAL];
}

// Represents the spec of a worker pool in a job.
Expand Down

0 comments on commit 6d9a0f3

Please sign in to comment.