Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_A100 = 8;</code>
*/
NVIDIA_TESLA_A100(8),
/**
*
*
* <pre>
* TPU v2.
* </pre>
*
* <code>TPU_V2 = 6;</code>
*/
TPU_V2(6),
/**
*
*
* <pre>
* TPU v3.
* </pre>
*
* <code>TPU_V3 = 7;</code>
*/
TPU_V3(7),
UNRECOGNIZED(-1),
;

Expand Down Expand Up @@ -171,6 +191,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_A100 = 8;</code>
*/
public static final int NVIDIA_TESLA_A100_VALUE = 8;
/**
*
*
* <pre>
* TPU v2.
* </pre>
*
* <code>TPU_V2 = 6;</code>
*/
public static final int TPU_V2_VALUE = 6;
/**
*
*
* <pre>
* TPU v3.
* </pre>
*
* <code>TPU_V3 = 7;</code>
*/
public static final int TPU_V3_VALUE = 7;

public final int getNumber() {
if (this == UNRECOGNIZED) {
Expand Down Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ public com.google.protobuf.Parser<StatsAnomaliesObjective> getParserForType() {
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand All @@ -1013,7 +1013,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand Down Expand Up @@ -1936,7 +1936,7 @@ public Builder mergeFrom(
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand All @@ -1962,7 +1962,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand All @@ -1988,7 +1988,7 @@ public com.google.protobuf.ByteString getModelDeploymentMonitoringJobBytes() {
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand All @@ -2013,7 +2013,7 @@ public Builder setModelDeploymentMonitoringJob(java.lang.String value) {
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand All @@ -2034,7 +2034,7 @@ public Builder clearModelDeploymentMonitoringJob() {
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand All @@ -45,7 +45,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
* <pre>
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
* `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -48,4 +46,10 @@ enum AcceleratorType {

// Nvidia Tesla A100 GPU.
NVIDIA_TESLA_A100 = 8;

// TPU v2.
TPU_V2 = 6;

// TPU v3.
TPU_V3 = 7;
}
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 @@ -98,6 +98,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_A100 = 8;</code>
*/
NVIDIA_TESLA_A100(8),
/**
*
*
* <pre>
* TPU v2.
* </pre>
*
* <code>TPU_V2 = 6;</code>
*/
TPU_V2(6),
/**
*
*
* <pre>
* TPU v3.
* </pre>
*
* <code>TPU_V3 = 7;</code>
*/
TPU_V3(7),
UNRECOGNIZED(-1),
;

Expand Down Expand Up @@ -171,6 +191,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_A100 = 8;</code>
*/
public static final int NVIDIA_TESLA_A100_VALUE = 8;
/**
*
*
* <pre>
* TPU v2.
* </pre>
*
* <code>TPU_V2 = 6;</code>
*/
public static final int TPU_V2_VALUE = 6;
/**
*
*
* <pre>
* TPU v3.
* </pre>
*
* <code>TPU_V3 = 7;</code>
*/
public static final int TPU_V3_VALUE = 7;

public final int getNumber() {
if (this == UNRECOGNIZED) {
Expand Down Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading