Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-aiplatform.git",
"sha": "d550f436bbd6dec93357d8b9647829ddd90a50dc"
"sha": "93bd92128bb4617d090cc29613a262a2c7965d8f"
}
},
{
Expand Down