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

feat: adds enhanced protos for time series forecasting #356

Merged
merged 3 commits into from
May 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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 @@ -580,7 +580,7 @@ public final ListFeaturestoresPagedResponse listFeaturestores(ListFeaturestoresR
* be overwritten. Set the update_mask to `*` to override all fields.
* <p>Updatable fields:
* <p>&#42; `display_name` &#42; `labels` &#42; `online_serving_config.fixed_node_count` &#42;
* `online_serving_config.max_online_serving_size`
* `retention_policy.online_storage_ttl_days`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<Featurestore, UpdateFeaturestoreOperationMetadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public void createFeaturestoreTest() throws Exception {
Featurestore expectedResponse =
Featurestore.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setEtag("etag3123477")
Expand Down Expand Up @@ -150,7 +149,6 @@ public void createFeaturestoreTest2() throws Exception {
Featurestore expectedResponse =
Featurestore.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setEtag("etag3123477")
Expand Down Expand Up @@ -205,7 +203,6 @@ public void getFeaturestoreTest() throws Exception {
Featurestore expectedResponse =
Featurestore.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setEtag("etag3123477")
Expand Down Expand Up @@ -249,7 +246,6 @@ public void getFeaturestoreTest2() throws Exception {
Featurestore expectedResponse =
Featurestore.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setEtag("etag3123477")
Expand Down Expand Up @@ -381,7 +377,6 @@ public void updateFeaturestoreTest() throws Exception {
Featurestore expectedResponse =
Featurestore.newBuilder()
.setName(FeaturestoreName.of("[PROJECT]", "[LOCATION]", "[FEATURESTORE]").toString())
.setDisplayName("displayName1714148973")
.setCreateTime(Timestamp.newBuilder().build())
.setUpdateTime(Timestamp.newBuilder().build())
.setEtag("etag3123477")
Expand Down Expand Up @@ -1495,6 +1490,7 @@ public void importFeatureValuesTest() throws Exception {
ImportFeatureValuesResponse.newBuilder()
.setImportedEntityCount(-1840044274)
.setImportedFeatureValueCount(-1221471427)
.setInvalidRowCount(-366655966)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -1544,6 +1540,7 @@ public void importFeatureValuesTest2() throws Exception {
ImportFeatureValuesResponse.newBuilder()
.setImportedEntityCount(-1840044274)
.setImportedFeatureValueCount(-1221471427)
.setInvalidRowCount(-366655966)
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
<differenceType>7012</differenceType>
<method>* has*()</method>
</difference>

</differences>
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,49 @@
<differenceType>6001</differenceType>
<field>TPU*</field>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<method>* set*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<method>* has*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<method>* clear*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<method>* merge*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<method>* add*(*)</method>
</difference>
<difference>
<differenceType>6001</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<field>REPEATED_*</field>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<field>REPEATED_*</field>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlForecastingInputs*</className>
<field>*_FIELD_NUMBER</field>
</difference>
</differences>
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_T4 = 5;</code>
*/
NVIDIA_TESLA_T4(5),
/**
*
*
* <pre>
* Nvidia Tesla A100 GPU.
* </pre>
*
* <code>NVIDIA_TESLA_A100 = 8;</code>
*/
NVIDIA_TESLA_A100(8),
UNRECOGNIZED(-1),
;

Expand Down Expand Up @@ -151,6 +161,16 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_T4 = 5;</code>
*/
public static final int NVIDIA_TESLA_T4_VALUE = 5;
/**
*
*
* <pre>
* Nvidia Tesla A100 GPU.
* </pre>
*
* <code>NVIDIA_TESLA_A100 = 8;</code>
*/
public static final int NVIDIA_TESLA_A100_VALUE = 8;

public final int getNumber() {
if (this == UNRECOGNIZED) {
Expand Down Expand Up @@ -188,6 +208,8 @@ public static AcceleratorType forNumber(int value) {
return NVIDIA_TESLA_P4;
case 5:
return NVIDIA_TESLA_T4;
case 8:
return NVIDIA_TESLA_A100;
default:
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n6google/cloud/aiplatform/v1beta1/accele"
+ "rator_type.proto\022\037google.cloud.aiplatfor"
+ "m.v1beta1\032\034google/api/annotations.proto*"
+ "\241\001\n\017AcceleratorType\022 \n\034ACCELERATOR_TYPE_"
+ "\270\001\n\017AcceleratorType\022 \n\034ACCELERATOR_TYPE_"
+ "UNSPECIFIED\020\000\022\024\n\020NVIDIA_TESLA_K80\020\001\022\025\n\021N"
+ "VIDIA_TESLA_P100\020\002\022\025\n\021NVIDIA_TESLA_V100\020"
+ "\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017NVIDIA_TESLA_T"
+ "4\020\005B\210\001\n#com.google.cloud.aiplatform.v1be"
+ "ta1B\024AcceleratorTypeProtoP\001ZIgoogle.gola"
+ "ng.org/genproto/googleapis/cloud/aiplatf"
+ "orm/v1beta1;aiplatformb\006proto3"
+ "4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010B\210\001\n#com.googl"
+ "e.cloud.aiplatform.v1beta1B\024AcceleratorT"
+ "ypeProtoP\001ZIgoogle.golang.org/genproto/g"
+ "oogleapis/cloud/aiplatform/v1beta1;aipla"
+ "tformb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Loading