Skip to content

Commit

Permalink
feat: add NVIDIA_A100_80GB to AcceleratorType
Browse files Browse the repository at this point in the history
feat: add blocking_operation_ids to ImportFeatureValuesOperationMetadata

PiperOrigin-RevId: 537124229

Source-Link: googleapis/googleapis@064f6cd

Source-Link: googleapis/googleapis-gen@b5a4a98
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQUlQbGF0Zm9ybS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiYjVhNGE5ODEyNTZiODYzZjY5NjBhYWE2ZjFhMDNhNjU1MjFkMDAyYyJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Jun 5, 2023
1 parent 617cfa1 commit 8bed9db
Show file tree
Hide file tree
Showing 11 changed files with 279 additions and 248 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ static AcceleratorTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CjFnb29nbGUvY2xvdWQvYWlwbGF0Zm9ybS92MS9hY2NlbGVyYXRvcl90eXBl",
"LnByb3RvEhpnb29nbGUuY2xvdWQuYWlwbGF0Zm9ybS52MSrvAQoPQWNjZWxl",
"LnByb3RvEhpnb29nbGUuY2xvdWQuYWlwbGF0Zm9ybS52MSqFAgoPQWNjZWxl",
"cmF0b3JUeXBlEiAKHEFDQ0VMRVJBVE9SX1RZUEVfVU5TUEVDSUZJRUQQABIU",
"ChBOVklESUFfVEVTTEFfSzgwEAESFQoRTlZJRElBX1RFU0xBX1AxMDAQAhIV",
"ChFOVklESUFfVEVTTEFfVjEwMBADEhMKD05WSURJQV9URVNMQV9QNBAEEhMK",
"D05WSURJQV9URVNMQV9UNBAFEhUKEU5WSURJQV9URVNMQV9BMTAwEAgSDQoJ",
"TlZJRElBX0w0EAsSCgoGVFBVX1YyEAYSCgoGVFBVX1YzEAcSDgoKVFBVX1Y0",
"X1BPRBAKQtIBCh5jb20uZ29vZ2xlLmNsb3VkLmFpcGxhdGZvcm0udjFCFEFj",
"Y2VsZXJhdG9yVHlwZVByb3RvUAFaPmNsb3VkLmdvb2dsZS5jb20vZ28vYWlw",
"bGF0Zm9ybS9hcGl2MS9haXBsYXRmb3JtcGI7YWlwbGF0Zm9ybXBiqgIaR29v",
"Z2xlLkNsb3VkLkFJUGxhdGZvcm0uVjHKAhpHb29nbGVcQ2xvdWRcQUlQbGF0",
"Zm9ybVxWMeoCHUdvb2dsZTo6Q2xvdWQ6OkFJUGxhdGZvcm06OlYxYgZwcm90",
"bzM="));
"D05WSURJQV9URVNMQV9UNBAFEhUKEU5WSURJQV9URVNMQV9BMTAwEAgSFAoQ",
"TlZJRElBX0ExMDBfODBHQhAJEg0KCU5WSURJQV9MNBALEgoKBlRQVV9WMhAG",
"EgoKBlRQVV9WMxAHEg4KClRQVV9WNF9QT0QQCkLSAQoeY29tLmdvb2dsZS5j",
"bG91ZC5haXBsYXRmb3JtLnYxQhRBY2NlbGVyYXRvclR5cGVQcm90b1ABWj5j",
"bG91ZC5nb29nbGUuY29tL2dvL2FpcGxhdGZvcm0vYXBpdjEvYWlwbGF0Zm9y",
"bXBiO2FpcGxhdGZvcm1wYqoCGkdvb2dsZS5DbG91ZC5BSVBsYXRmb3JtLlYx",
"ygIaR29vZ2xlXENsb3VkXEFJUGxhdGZvcm1cVjHqAh1Hb29nbGU6OkNsb3Vk",
"OjpBSVBsYXRmb3JtOjpWMWIGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Google.Cloud.AIPlatform.V1.AcceleratorType), }, null, null));
Expand Down Expand Up @@ -78,6 +78,10 @@ public enum AcceleratorType {
/// </summary>
[pbr::OriginalName("NVIDIA_TESLA_A100")] NvidiaTeslaA100 = 8,
/// <summary>
/// Nvidia A100 80GB GPU.
/// </summary>
[pbr::OriginalName("NVIDIA_A100_80GB")] NvidiaA10080Gb = 9,
/// <summary>
/// Nvidia L4 GPU.
/// </summary>
[pbr::OriginalName("NVIDIA_L4")] NvidiaL4 = 11,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -956,17 +956,16 @@ public string DisplayName {
/// Output only. The DeployedIndex may depend on various data on its original
/// Index. Additionally when certain changes to the original Index are being
/// done (e.g. when what the Index contains is being changed) the DeployedIndex
/// may be asynchronously updated in the background to reflect this changes. If
/// this timestamp's value is at least the
/// may be asynchronously updated in the background to reflect these changes.
/// If this timestamp's value is at least the
/// [Index.update_time][google.cloud.aiplatform.v1.Index.update_time] of the
/// original Index, it means that this DeployedIndex and the original Index are
/// in sync. If this timestamp is older, then to see which updates this
/// DeployedIndex already contains (and which not), one must
/// [list][Operations.ListOperations] [Operations][Operation]
/// [working][Operation.name] on the original Index. Only
/// the successfully completed Operations with
/// [Operations.metadata.generic_metadata.update_time]
/// [google.cloud.aiplatform.v1.GenericOperationMetadata.update_time]
/// DeployedIndex already contains (and which it does not), one must
/// [list][google.longrunning.Operations.ListOperations] the operations that
/// are running on the original Index. Only the successfully completed
/// Operations with
/// [update_time][google.cloud.aiplatform.v1.GenericOperationMetadata.update_time]
/// equal or before this sync time are contained in this DeployedIndex.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2674,6 +2674,9 @@ public string PageToken {
/// To filter on metadata fields use traversal operation as follows:
/// `metadata.&lt;field_name>.&lt;type_value>`.
/// For example: `metadata.field_1.number_value = 10.0`
/// In case the field name contains special characters (such as colon), one
/// can embed it inside double quote.
/// For example: `metadata."field:1".number_value = 10.0`
/// * **Context based filtering**:
/// To filter Artifacts based on the contexts to which they belong, use the
/// function operator with the full resource name
Expand Down Expand Up @@ -3246,7 +3249,6 @@ public UpdateArtifactRequest Clone() {
private global::Google.Protobuf.WellKnownTypes.FieldMask updateMask_;
/// <summary>
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -5044,6 +5046,9 @@ public string PageToken {
/// To filter on metadata fields use traversal operation as follows:
/// `metadata.&lt;field_name>.&lt;type_value>`.
/// For example: `metadata.field_1.number_value = 10.0`.
/// In case the field name contains special characters (such as colon), one
/// can embed it inside double quote.
/// For example: `metadata."field:1".number_value = 10.0`
/// * **Parent Child filtering**:
/// To filter Contexts based on parent-child relationship use the HAS
/// operator as follows:
Expand Down Expand Up @@ -5620,7 +5625,6 @@ public UpdateContextRequest Clone() {
private global::Google.Protobuf.WellKnownTypes.FieldMask updateMask_;
/// <summary>
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -8850,6 +8854,9 @@ public string PageToken {
/// To filter on metadata fields use traversal operation as follows:
/// `metadata.&lt;field_name>.&lt;type_value>`
/// For example: `metadata.field_1.number_value = 10.0`
/// In case the field name contains special characters (such as colon), one
/// can embed it inside double quote.
/// For example: `metadata."field:1".number_value = 10.0`
/// * **Context based filtering**:
/// To filter Executions based on the contexts to which they belong use
/// the function operator with the full resource name:
Expand Down Expand Up @@ -9422,7 +9429,6 @@ public UpdateExecutionRequest Clone() {
private global::Google.Protobuf.WellKnownTypes.FieldMask updateMask_;
/// <summary>
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -12342,6 +12348,9 @@ public int MaxHops {
/// To filter on metadata fields use traversal operation as follows:
/// `metadata.&lt;field_name>.&lt;type_value>`.
/// For example: `metadata.field_1.number_value = 10.0`
/// In case the field name contains special characters (such as colon), one
/// can embed it inside double quote.
/// For example: `metadata."field:1".number_value = 10.0`
///
/// Each of the above supported filter types can be combined together using
/// logical operators (`AND` &amp; `OR`). Maximum nested expression depth allowed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,6 @@ public virtual Artifact UpdateArtifact(UpdateArtifactRequest request, gaxgrpc::C
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -1913,7 +1912,6 @@ public virtual Artifact UpdateArtifact(Artifact artifact, wkt::FieldMask updateM
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -1935,7 +1933,6 @@ public virtual Artifact UpdateArtifact(Artifact artifact, wkt::FieldMask updateM
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down Expand Up @@ -2702,7 +2699,6 @@ public virtual Context UpdateContext(UpdateContextRequest request, gaxgrpc::Call
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -2724,7 +2720,6 @@ public virtual Context UpdateContext(Context context, wkt::FieldMask updateMask,
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -2746,7 +2741,6 @@ public virtual Context UpdateContext(Context context, wkt::FieldMask updateMask,
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down Expand Up @@ -4294,7 +4288,6 @@ public virtual Execution UpdateExecution(UpdateExecutionRequest request, gaxgrpc
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -4316,7 +4309,6 @@ public virtual Execution UpdateExecution(Execution execution, wkt::FieldMask upd
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -4338,7 +4330,6 @@ public virtual Execution UpdateExecution(Execution execution, wkt::FieldMask upd
/// </param>
/// <param name="updateMask">
/// Optional. A FieldMask indicating which fields should be updated.
/// Functionality of this field is not yet supported.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ public string MetricsSchemaUri {
= pb::FieldCodec.ForString(42);
private readonly pbc::RepeatedField<string> sliceDimensions_ = new pbc::RepeatedField<string>();
/// <summary>
/// All possible [dimensions][ModelEvaluationSlice.slice.dimension] of
/// ModelEvaluationSlices. The dimensions can be used as the filter of the
/// All possible
/// [dimensions][google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.dimension]
/// of ModelEvaluationSlices. The dimensions can be used as the filter of the
/// [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1.ModelService.ListModelEvaluationSlices]
/// request, in the form of `slice.dimension = &lt;dimension>`.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,7 @@ public virtual PredictResponse Predict(EndpointName endpoint, scg::IEnumerable<w
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -840,8 +839,7 @@ public virtual ExplainResponse Explain(ExplainRequest request, gaxgrpc::CallSett
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -860,8 +858,7 @@ public virtual ExplainResponse Explain(ExplainRequest request, gaxgrpc::CallSett
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
Expand All @@ -880,8 +877,7 @@ public virtual ExplainResponse Explain(ExplainRequest request, gaxgrpc::CallSett
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="endpoint">
/// Required. The name of the Endpoint requested to serve the explanation.
Expand Down Expand Up @@ -936,8 +932,7 @@ public virtual ExplainResponse Explain(string endpoint, scg::IEnumerable<wkt::Va
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="endpoint">
/// Required. The name of the Endpoint requested to serve the explanation.
Expand Down Expand Up @@ -992,8 +987,7 @@ public virtual ExplainResponse Explain(string endpoint, scg::IEnumerable<wkt::Va
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="endpoint">
/// Required. The name of the Endpoint requested to serve the explanation.
Expand Down Expand Up @@ -1039,8 +1033,7 @@ public virtual ExplainResponse Explain(string endpoint, scg::IEnumerable<wkt::Va
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="endpoint">
/// Required. The name of the Endpoint requested to serve the explanation.
Expand Down Expand Up @@ -1095,8 +1088,7 @@ public virtual ExplainResponse Explain(EndpointName endpoint, scg::IEnumerable<w
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="endpoint">
/// Required. The name of the Endpoint requested to serve the explanation.
Expand Down Expand Up @@ -1151,8 +1143,7 @@ public virtual ExplainResponse Explain(EndpointName endpoint, scg::IEnumerable<w
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="endpoint">
/// Required. The name of the Endpoint requested to serve the explanation.
Expand Down Expand Up @@ -1329,8 +1320,7 @@ public override PredictResponse Predict(PredictRequest request, gaxgrpc::CallSet
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -1352,8 +1342,7 @@ public override ExplainResponse Explain(ExplainRequest request, gaxgrpc::CallSet
/// [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id]
/// is not specified, all DeployedModels must have
/// [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec]
/// populated. Only deployed AutoML tabular Models have
/// explanation_spec.
/// populated.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down
Loading

0 comments on commit 8bed9db

Please sign in to comment.