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

Commit

Permalink
docs: fix generated typos (#49)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yoshi-automation committed Nov 9, 2020
1 parent 928e91c commit bbb67ad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Expand Up @@ -2482,7 +2482,7 @@ public boolean hasBigqueryDestination() {
* two tables will be created, `predictions`, and `errors`.
* If the Model has both [instance][google.cloud.aiplatform.v1beta1.PredictSchemata.instance_schema_uri]
* and [prediction][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri] schemata
* defined then the tableshave columns as follows: The `predictions`
* defined then the tables have columns as follows: The `predictions`
* table contains instances for which the prediction succeeded, it
* has columns as per a concatenation of the Model's instance and
* prediction schemata. The `errors` table contains rows for which the
Expand Down Expand Up @@ -3418,7 +3418,7 @@ public com.google.cloud.aiplatform.v1beta1.GcsDestination.Builder getGcsDestinat
* BigQuery-dataset-name compatible (for example, most special characters
* become underscores), and timestamp is in
* YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
* two tableswill be created, `predictions`, and `errors`.
* two tables will be created, `predictions`, and `errors`.
* If the Model has both [instance][google.cloud.aiplatform.v1beta1.PredictSchemata.instance_schema_uri]
* and [prediction][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri] schemata
* defined then the tables have columns as follows: The `predictions`
Expand Down Expand Up @@ -3569,7 +3569,7 @@ public Builder setBigqueryDestination(
* BigQuery-dataset-name compatible (for example, most special characters
* become underscores), and timestamp is in
* YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
* two tableswill be created, `predictions`, and `errors`.
* two tables will be created, `predictions`, and `errors`.
* If the Model has both [instance][google.cloud.aiplatform.v1beta1.PredictSchemata.instance_schema_uri]
* and [prediction][google.cloud.aiplatform.v1beta1.PredictSchemata.parameters_schema_uri] schemata
* defined then the tables have columns as follows: The `predictions`
Expand Down
Expand Up @@ -715,7 +715,7 @@ public com.google.protobuf.ByteString getServiceAccountBytes() {
* <pre>
* If true, the container of the DeployedModel instances will send `stderr`
* and `stdout` streams to Stackdriver Logging.
* Only supported for custom-trained Models and AutoML Tabular Models.
* Only supported for custom-trained Models and AutoML Tables Models.
* </pre>
*
* <code>bool enable_container_logging = 12;</code>
Expand Down Expand Up @@ -2664,7 +2664,7 @@ public Builder setServiceAccountBytes(com.google.protobuf.ByteString value) {
* <pre>
* If true, the container of the DeployedModel instances will send `stderr`
* and `stdout` streams to Stackdriver Logging.
* Only supported for custom-trained Models and AutoML Tabular Models.
* Only supported for custom-trained Models and AutoML Tables Models.
* </pre>
*
* <code>bool enable_container_logging = 12;</code>
Expand All @@ -2681,7 +2681,7 @@ public boolean getEnableContainerLogging() {
* <pre>
* If true, the container of the DeployedModel instances will send `stderr`
* and `stdout` streams to Stackdriver Logging.
* Only supported for custom-trained Models and AutoML Tabular Models.
* Only supported for custom-trained Models and AutoML Tables Models.
* </pre>
*
* <code>bool enable_container_logging = 12;</code>
Expand All @@ -2701,7 +2701,7 @@ public Builder setEnableContainerLogging(boolean value) {
* <pre>
* If true, the container of the DeployedModel instances will send `stderr`
* and `stdout` streams to Stackdriver Logging.
* Only supported for custom-trained Models and AutoML Tabular Models.
* Only supported for custom-trained Models and AutoML Tables Models.
* </pre>
*
* <code>bool enable_container_logging = 12;</code>
Expand Down
Expand Up @@ -317,7 +317,7 @@ public interface DeployedModelOrBuilder
* <pre>
* If true, the container of the DeployedModel instances will send `stderr`
* and `stdout` streams to Stackdriver Logging.
* Only supported for custom-trained Models and AutoML Tabular Models.
* Only supported for custom-trained Models and AutoML Tables Models.
* </pre>
*
* <code>bool enable_container_logging = 12;</code>
Expand Down
Expand Up @@ -141,7 +141,7 @@ message DeployedModel {
// If true, the container of the DeployedModel instances will send `stderr`
// and `stdout` streams to Stackdriver Logging.
//
// Only supported for custom-trained Models and AutoML Tabular Models.
// Only supported for custom-trained Models and AutoML Tables Models.
bool enable_container_logging = 12;

// These logs are like standard server access logs, containing
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-aiplatform.git",
"sha": "d550f436bbd6dec93357d8b9647829ddd90a50dc"
"sha": "93bd92128bb4617d090cc29613a262a2c7965d8f"
}
},
{
Expand Down

0 comments on commit bbb67ad

Please sign in to comment.