diff --git a/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java b/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java
index a0264f109..ee2eaa0dd 100644
--- a/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java
+++ b/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/JobServiceClient.java
@@ -2751,7 +2751,7 @@ public final ModelDeploymentMonitoringJob createModelDeploymentMonitoringJob(
*
* @param 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 deployedModelId Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -2795,7 +2795,7 @@ public final ModelDeploymentMonitoringJob createModelDeploymentMonitoringJob(
*
* @param 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 deployedModelId Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
diff --git a/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java b/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java
index aa45659e7..c84c2d278 100644
--- a/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java
+++ b/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/JobServiceClient.java
@@ -2752,7 +2752,7 @@ public final ModelDeploymentMonitoringJob createModelDeploymentMonitoringJob(
*
* @param 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 deployedModelId Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -2796,7 +2796,7 @@ public final ModelDeploymentMonitoringJob createModelDeploymentMonitoringJob(
*
* @param 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 deployedModelId Required. The DeployedModel ID of the
* [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
diff --git a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorType.java b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorType.java
index a83ec8ec3..0c0b8876c 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorType.java
+++ b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorType.java
@@ -98,6 +98,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* NVIDIA_TESLA_A100 = 8;
*/
NVIDIA_TESLA_A100(8),
+ /**
+ *
+ *
+ *
+ * TPU v2. + *+ * + *
TPU_V2 = 6;
+ */
+ TPU_V2(6),
+ /**
+ *
+ *
+ * + * TPU v3. + *+ * + *
TPU_V3 = 7;
+ */
+ TPU_V3(7),
UNRECOGNIZED(-1),
;
@@ -171,6 +191,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* NVIDIA_TESLA_A100 = 8;
*/
public static final int NVIDIA_TESLA_A100_VALUE = 8;
+ /**
+ *
+ *
+ * + * TPU v2. + *+ * + *
TPU_V2 = 6;
+ */
+ public static final int TPU_V2_VALUE = 6;
+ /**
+ *
+ *
+ * + * TPU v3. + *+ * + *
TPU_V3 = 7;
+ */
+ public static final int TPU_V3_VALUE = 7;
public final int getNumber() {
if (this == UNRECOGNIZED) {
@@ -210,6 +250,10 @@ public static AcceleratorType forNumber(int value) {
return NVIDIA_TESLA_T4;
case 8:
return NVIDIA_TESLA_A100;
+ case 6:
+ return TPU_V2;
+ case 7:
+ return TPU_V3;
default:
return null;
}
diff --git a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorTypeProto.java b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorTypeProto.java
index 4043c0313..72b0cbbf3 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorTypeProto.java
+++ b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/AcceleratorTypeProto.java
@@ -36,27 +36,22 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
static {
java.lang.String[] descriptorData = {
"\n1google/cloud/aiplatform/v1/accelerator"
- + "_type.proto\022\032google.cloud.aiplatform.v1\032"
- + "\034google/api/annotations.proto*\270\001\n\017Accele"
- + "ratorType\022 \n\034ACCELERATOR_TYPE_UNSPECIFIE"
- + "D\020\000\022\024\n\020NVIDIA_TESLA_K80\020\001\022\025\n\021NVIDIA_TESL"
- + "A_P100\020\002\022\025\n\021NVIDIA_TESLA_V100\020\003\022\023\n\017NVIDI"
- + "A_TESLA_P4\020\004\022\023\n\017NVIDIA_TESLA_T4\020\005\022\025\n\021NVI"
- + "DIA_TESLA_A100\020\010B\330\001\n\036com.google.cloud.ai"
- + "platform.v1B\024AcceleratorTypeProtoP\001ZDgoo"
- + "gle.golang.org/genproto/googleapis/cloud"
- + "/aiplatform/v1;aiplatform\252\002\032Google.Cloud"
- + ".AIPlatform.V1\312\002\032Google\\Cloud\\AIPlatform"
- + "\\V1\352\002\035Google::Cloud::AIPlatform::V1b\006pro"
- + "to3"
+ + "_type.proto\022\032google.cloud.aiplatform.v1*"
+ + "\320\001\n\017AcceleratorType\022 \n\034ACCELERATOR_TYPE_"
+ + "UNSPECIFIED\020\000\022\024\n\020NVIDIA_TESLA_K80\020\001\022\025\n\021N"
+ + "VIDIA_TESLA_P100\020\002\022\025\n\021NVIDIA_TESLA_V100\020"
+ + "\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017NVIDIA_TESLA_T"
+ + "4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010\022\n\n\006TPU_V2\020\006\022\n"
+ + "\n\006TPU_V3\020\007B\330\001\n\036com.google.cloud.aiplatfo"
+ + "rm.v1B\024AcceleratorTypeProtoP\001ZDgoogle.go"
+ + "lang.org/genproto/googleapis/cloud/aipla"
+ + "tform/v1;aiplatform\252\002\032Google.Cloud.AIPla"
+ + "tform.V1\312\002\032Google\\Cloud\\AIPlatform\\V1\352\002\035"
+ + "Google::Cloud::AIPlatform::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.api.AnnotationsProto.getDescriptor(),
- });
- com.google.api.AnnotationsProto.getDescriptor();
+ descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
index 6f12576f5..09cbc59e8 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
+++ b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
@@ -986,7 +986,7 @@ public com.google.protobuf.Parser
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1013,7 +1013,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1936,7 +1936,7 @@ public Builder mergeFrom(
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1962,7 +1962,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1988,7 +1988,7 @@ public com.google.protobuf.ByteString getModelDeploymentMonitoringJobBytes() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2013,7 +2013,7 @@ public Builder setModelDeploymentMonitoringJob(java.lang.String value) {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2034,7 +2034,7 @@ public Builder clearModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
index 65669c687..ab35ba0b1 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
+++ b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
@@ -29,7 +29,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -45,7 +45,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto
index 21e33bfb2..726ec203d 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto
+++ b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto
@@ -16,8 +16,6 @@ syntax = "proto3";
package google.cloud.aiplatform.v1;
-import "google/api/annotations.proto";
-
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";
option java_multiple_files = true;
@@ -48,4 +46,10 @@ enum AcceleratorType {
// Nvidia Tesla A100 GPU.
NVIDIA_TESLA_A100 = 8;
+
+ // TPU v2.
+ TPU_V2 = 6;
+
+ // TPU v3.
+ TPU_V3 = 7;
}
diff --git a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto
index 05bffbcba..493ee7ad3 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto
+++ b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto
@@ -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) = {
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
index 621be9078..c4293b2e9 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
@@ -98,6 +98,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* NVIDIA_TESLA_A100 = 8;
*/
NVIDIA_TESLA_A100(8),
+ /**
+ *
+ *
+ *
+ * TPU v2.
+ *
+ *
+ * TPU_V2 = 6;
+ */
+ TPU_V2(6),
+ /**
+ *
+ *
+ *
+ * TPU v3.
+ *
+ *
+ * TPU_V3 = 7;
+ */
+ TPU_V3(7),
UNRECOGNIZED(-1),
;
@@ -171,6 +191,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* NVIDIA_TESLA_A100 = 8;
*/
public static final int NVIDIA_TESLA_A100_VALUE = 8;
+ /**
+ *
+ *
+ *
+ * TPU v2.
+ *
+ *
+ * TPU_V2 = 6;
+ */
+ public static final int TPU_V2_VALUE = 6;
+ /**
+ *
+ *
+ *
+ * TPU v3.
+ *
+ *
+ * TPU_V3 = 7;
+ */
+ public static final int TPU_V3_VALUE = 7;
public final int getNumber() {
if (this == UNRECOGNIZED) {
@@ -210,6 +250,10 @@ public static AcceleratorType forNumber(int value) {
return NVIDIA_TESLA_T4;
case 8:
return NVIDIA_TESLA_A100;
+ case 6:
+ return TPU_V2;
+ case 7:
+ return TPU_V3;
default:
return null;
}
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java
index 5fe857338..0297278bb 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java
@@ -37,26 +37,22 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
java.lang.String[] descriptorData = {
"\n6google/cloud/aiplatform/v1beta1/accele"
+ "rator_type.proto\022\037google.cloud.aiplatfor"
- + "m.v1beta1\032\034google/api/annotations.proto*"
- + "\270\001\n\017AcceleratorType\022 \n\034ACCELERATOR_TYPE_"
- + "UNSPECIFIED\020\000\022\024\n\020NVIDIA_TESLA_K80\020\001\022\025\n\021N"
- + "VIDIA_TESLA_P100\020\002\022\025\n\021NVIDIA_TESLA_V100\020"
- + "\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017NVIDIA_TESLA_T"
- + "4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010B\361\001\n#com.googl"
- + "e.cloud.aiplatform.v1beta1B\024AcceleratorT"
- + "ypeProtoP\001ZIgoogle.golang.org/genproto/g"
- + "oogleapis/cloud/aiplatform/v1beta1;aipla"
- + "tform\252\002\037Google.Cloud.AIPlatform.V1Beta1\312"
- + "\002\037Google\\Cloud\\AIPlatform\\V1beta1\352\002\"Goog"
- + "le::Cloud::AIPlatform::V1beta1b\006proto3"
+ + "m.v1beta1*\320\001\n\017AcceleratorType\022 \n\034ACCELER"
+ + "ATOR_TYPE_UNSPECIFIED\020\000\022\024\n\020NVIDIA_TESLA_"
+ + "K80\020\001\022\025\n\021NVIDIA_TESLA_P100\020\002\022\025\n\021NVIDIA_T"
+ + "ESLA_V100\020\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017NVID"
+ + "IA_TESLA_T4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010\022\n\n\006"
+ + "TPU_V2\020\006\022\n\n\006TPU_V3\020\007B\361\001\n#com.google.clou"
+ + "d.aiplatform.v1beta1B\024AcceleratorTypePro"
+ + "toP\001ZIgoogle.golang.org/genproto/googlea"
+ + "pis/cloud/aiplatform/v1beta1;aiplatform\252"
+ + "\002\037Google.Cloud.AIPlatform.V1Beta1\312\002\037Goog"
+ + "le\\Cloud\\AIPlatform\\V1beta1\352\002\"Google::Cl"
+ + "oud::AIPlatform::V1beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.api.AnnotationsProto.getDescriptor(),
- });
- com.google.api.AnnotationsProto.getDescriptor();
+ descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
index c87a40e70..e76ee2fad 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
@@ -1003,7 +1003,7 @@ public com.google.protobuf.Parser getParserForType() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1030,7 +1030,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1974,7 +1974,7 @@ public Builder mergeFrom(
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2000,7 +2000,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2026,7 +2026,7 @@ public com.google.protobuf.ByteString getModelDeploymentMonitoringJobBytes() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2051,7 +2051,7 @@ public Builder setModelDeploymentMonitoringJob(java.lang.String value) {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2072,7 +2072,7 @@ public Builder clearModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
index 03d66218c..5441754b3 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
@@ -29,7 +29,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -45,7 +45,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto
index cde9f765c..af624cb73 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto
@@ -16,8 +16,6 @@ syntax = "proto3";
package google.cloud.aiplatform.v1beta1;
-import "google/api/annotations.proto";
-
option csharp_namespace = "Google.Cloud.AIPlatform.V1Beta1";
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";
option java_multiple_files = true;
@@ -48,4 +46,10 @@ enum AcceleratorType {
// Nvidia Tesla A100 GPU.
NVIDIA_TESLA_A100 = 8;
+
+ // TPU v2.
+ TPU_V2 = 6;
+
+ // TPU v3.
+ TPU_V3 = 7;
}
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto
index de3c5cd34..6929a1e9c 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto
@@ -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) = {