Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit bbb67ad

Browse files
docs: fix generated typos (#49)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4811b486-795e-4046-90d6-314e48868374/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 928e91c commit bbb67ad

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/BatchPredictionJob.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -2482,7 +2482,7 @@ public boolean hasBigqueryDestination() {
24822482
* two tables will be created, `predictions`, and `errors`.
24832483
* If the Model has both [instance][google.cloud.aiplatform.v1beta1.PredictSchemata.instance_schema_uri]
24842484
* and [prediction][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri] schemata
2485-
* defined then the tableshave columns as follows: The `predictions`
2485+
* defined then the tables have columns as follows: The `predictions`
24862486
* table contains instances for which the prediction succeeded, it
24872487
* has columns as per a concatenation of the Model's instance and
24882488
* prediction schemata. The `errors` table contains rows for which the
@@ -3418,7 +3418,7 @@ public com.google.cloud.aiplatform.v1beta1.GcsDestination.Builder getGcsDestinat
34183418
* BigQuery-dataset-name compatible (for example, most special characters
34193419
* become underscores), and timestamp is in
34203420
* YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
3421-
* two tableswill be created, `predictions`, and `errors`.
3421+
* two tables will be created, `predictions`, and `errors`.
34223422
* If the Model has both [instance][google.cloud.aiplatform.v1beta1.PredictSchemata.instance_schema_uri]
34233423
* and [prediction][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri] schemata
34243424
* defined then the tables have columns as follows: The `predictions`
@@ -3569,7 +3569,7 @@ public Builder setBigqueryDestination(
35693569
* BigQuery-dataset-name compatible (for example, most special characters
35703570
* become underscores), and timestamp is in
35713571
* YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
3572-
* two tableswill be created, `predictions`, and `errors`.
3572+
* two tables will be created, `predictions`, and `errors`.
35733573
* If the Model has both [instance][google.cloud.aiplatform.v1beta1.PredictSchemata.instance_schema_uri]
35743574
* and [prediction][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri] schemata
35753575
* defined then the tables have columns as follows: The `predictions`

proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DeployedModel.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ public com.google.protobuf.ByteString getServiceAccountBytes() {
715715
* <pre>
716716
* If true, the container of the DeployedModel instances will send `stderr`
717717
* and `stdout` streams to Stackdriver Logging.
718-
* Only supported for custom-trained Models and AutoML Tabular Models.
718+
* Only supported for custom-trained Models and AutoML Tables Models.
719719
* </pre>
720720
*
721721
* <code>bool enable_container_logging = 12;</code>
@@ -2664,7 +2664,7 @@ public Builder setServiceAccountBytes(com.google.protobuf.ByteString value) {
26642664
* <pre>
26652665
* If true, the container of the DeployedModel instances will send `stderr`
26662666
* and `stdout` streams to Stackdriver Logging.
2667-
* Only supported for custom-trained Models and AutoML Tabular Models.
2667+
* Only supported for custom-trained Models and AutoML Tables Models.
26682668
* </pre>
26692669
*
26702670
* <code>bool enable_container_logging = 12;</code>
@@ -2681,7 +2681,7 @@ public boolean getEnableContainerLogging() {
26812681
* <pre>
26822682
* If true, the container of the DeployedModel instances will send `stderr`
26832683
* and `stdout` streams to Stackdriver Logging.
2684-
* Only supported for custom-trained Models and AutoML Tabular Models.
2684+
* Only supported for custom-trained Models and AutoML Tables Models.
26852685
* </pre>
26862686
*
26872687
* <code>bool enable_container_logging = 12;</code>
@@ -2701,7 +2701,7 @@ public Builder setEnableContainerLogging(boolean value) {
27012701
* <pre>
27022702
* If true, the container of the DeployedModel instances will send `stderr`
27032703
* and `stdout` streams to Stackdriver Logging.
2704-
* Only supported for custom-trained Models and AutoML Tabular Models.
2704+
* Only supported for custom-trained Models and AutoML Tables Models.
27052705
* </pre>
27062706
*
27072707
* <code>bool enable_container_logging = 12;</code>

proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/DeployedModelOrBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public interface DeployedModelOrBuilder
317317
* <pre>
318318
* If true, the container of the DeployedModel instances will send `stderr`
319319
* and `stdout` streams to Stackdriver Logging.
320-
* Only supported for custom-trained Models and AutoML Tabular Models.
320+
* Only supported for custom-trained Models and AutoML Tables Models.
321321
* </pre>
322322
*
323323
* <code>bool enable_container_logging = 12;</code>

proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/endpoint.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ message DeployedModel {
141141
// If true, the container of the DeployedModel instances will send `stderr`
142142
// and `stdout` streams to Stackdriver Logging.
143143
//
144-
// Only supported for custom-trained Models and AutoML Tabular Models.
144+
// Only supported for custom-trained Models and AutoML Tables Models.
145145
bool enable_container_logging = 12;
146146

147147
// These logs are like standard server access logs, containing

synth.metadata

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-aiplatform.git",
7-
"sha": "d550f436bbd6dec93357d8b9647829ddd90a50dc"
7+
"sha": "93bd92128bb4617d090cc29613a262a2c7965d8f"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)