Skip to content

Commit 3f8c88c

Browse files
1 parent 523a735 commit 3f8c88c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-ml/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-ml</artifactId>
25-
<version>v1-rev20250503-2.0.0</version>
25+
<version>v1-rev20250823-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-ml:v1-rev20250503-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ml:v1-rev20250823-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-ml/v1/2.0.0/com/google/api/services/ml/v1/model/GoogleCloudMlV1RequestLoggingConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public final class GoogleCloudMlV1RequestLoggingConfig extends com.google.api.cl
4141
* Required. Fully qualified BigQuery table name in the following format: "
4242
* project_id.dataset_name.table_name" The specified table must already exist, and the "Cloud ML
4343
* Service Agent" for your project must have permission to write to it. The table must have the
44-
* following [schema](/bigquery/docs/schemas): Field nameType Mode model STRING REQUIRED
44+
* following [schema](/bigquery/docs/schemas): Field name Type Mode model STRING REQUIRED
4545
* model_version STRING REQUIRED time TIMESTAMP REQUIRED raw_data STRING REQUIRED raw_prediction
4646
* STRING NULLABLE groundtruth STRING NULLABLE
4747
* The value may be {@code null}.
@@ -62,7 +62,7 @@ public final class GoogleCloudMlV1RequestLoggingConfig extends com.google.api.cl
6262
* Required. Fully qualified BigQuery table name in the following format: "
6363
* project_id.dataset_name.table_name" The specified table must already exist, and the "Cloud ML
6464
* Service Agent" for your project must have permission to write to it. The table must have the
65-
* following [schema](/bigquery/docs/schemas): Field nameType Mode model STRING REQUIRED
65+
* following [schema](/bigquery/docs/schemas): Field name Type Mode model STRING REQUIRED
6666
* model_version STRING REQUIRED time TIMESTAMP REQUIRED raw_data STRING REQUIRED raw_prediction
6767
* STRING NULLABLE groundtruth STRING NULLABLE
6868
* @return value or {@code null} for none
@@ -75,7 +75,7 @@ public java.lang.String getBigqueryTableName() {
7575
* Required. Fully qualified BigQuery table name in the following format: "
7676
* project_id.dataset_name.table_name" The specified table must already exist, and the "Cloud ML
7777
* Service Agent" for your project must have permission to write to it. The table must have the
78-
* following [schema](/bigquery/docs/schemas): Field nameType Mode model STRING REQUIRED
78+
* following [schema](/bigquery/docs/schemas): Field name Type Mode model STRING REQUIRED
7979
* model_version STRING REQUIRED time TIMESTAMP REQUIRED raw_data STRING REQUIRED raw_prediction
8080
* STRING NULLABLE groundtruth STRING NULLABLE
8181
* @param bigqueryTableName bigqueryTableName or {@code null} for none

clients/google-api-services-ml/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-ml</artifactId>
11-
<version>v1-rev20250503-2.0.0</version>
12-
<name>AI Platform Training &amp; Prediction API v1-rev20250503-2.0.0</name>
11+
<version>v1-rev20250823-2.0.0</version>
12+
<name>AI Platform Training &amp; Prediction API v1-rev20250823-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-ml/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-ml</artifactId>
25-
<version>v1-rev20250503-2.0.0</version>
25+
<version>v1-rev20250823-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-ml:v1-rev20250503-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ml:v1-rev20250823-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)