Content-Length: 605522 | pFad | https://github.com/googleapis/google-cloud-dotnet/commit/b123458

6A feat: Adds additional_experiments field to AutoMlTablesInputs feat: A… · googleapis/google-cloud-dotnet@b123458 · GitHub
Skip to content

Commit b123458

Browse files
yoshi-automationjskeet
authored andcommitted
feat: Adds additional_experiments field to AutoMlTablesInputs feat: Adds two new ModelType constants for Video Action Recognition training jobs
PiperOrigin-RevId: 384483418 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jul 13 09:35:55 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 369fd2ade113e707ee29794fe558d7d25955032c Source-Link: googleapis/googleapis@369fd2a
1 parent b1d0ebe commit b123458

File tree

9 files changed

+132
-92
lines changed

9 files changed

+132
-92
lines changed

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/Predict/Instance/ImageClassification.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public ImageClassificationPredictionInstance Clone() {
9494
public const int ContentFieldNumber = 1;
9595
private string content_ = "";
9696
//github.com/ <summary>
97-
//github.com/ The image bytes or GCS URI to make the prediction on.
97+
//github.com/ The image bytes or Cloud Storage URI to make the prediction on.
9898
//github.com/ </summary>
9999
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
100100
public string Content {

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/Predict/Instance/ImageObjectDetection.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public ImageObjectDetectionPredictionInstance Clone() {
9494
public const int ContentFieldNumber = 1;
9595
private string content_ = "";
9696
//github.com/ <summary>
97-
//github.com/ The image bytes or GCS URI to make the prediction on.
97+
//github.com/ The image bytes or Cloud Storage URI to make the prediction on.
9898
//github.com/ </summary>
9999
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
100100
public string Content {

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/Predict/Instance/TextExtraction.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public string MimeType {
127127
//github.com/ <summary>
128128
//github.com/ This field is only used for batch prediction. If a key is provided, the
129129
//github.com/ batch prediction result will by mapped to this key. If omitted, then the
130-
//github.com/ batch prediction result will contain the entire input instance. AI Platform
130+
//github.com/ batch prediction result will contain the entire input instance. Vertex AI
131131
//github.com/ will not check if keys in the request are duplicates, so it is up to the
132132
//github.com/ caller to ensure the keys are unique.
133133
//github.com/ </summary>

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/Predict/Params/VideoClassification.g.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public int MaxPredictions {
130130
public const int SegmentClassificationFieldNumber = 3;
131131
private bool segmentClassification_;
132132
//github.com/ <summary>
133-
//github.com/ Set to true to request segment-level classification. AI Platform returns
133+
//github.com/ Set to true to request segment-level classification. Vertex AI returns
134134
//github.com/ labels and their confidence scores for the entire time segment of the
135135
//github.com/ video that user specified in the input instance.
136136
//github.com/ Default value is true
@@ -147,9 +147,9 @@ public bool SegmentClassification {
147147
public const int ShotClassificationFieldNumber = 4;
148148
private bool shotClassification_;
149149
//github.com/ <summary>
150-
//github.com/ Set to true to request shot-level classification. AI Platform determines
150+
//github.com/ Set to true to request shot-level classification. Vertex AI determines
151151
//github.com/ the boundaries for each camera shot in the entire time segment of the
152-
//github.com/ video that user specified in the input instance. AI Platform then
152+
//github.com/ video that user specified in the input instance. Vertex AI then
153153
//github.com/ returns labels and their confidence scores for each detected shot, along
154154
//github.com/ with the start and end time of the shot.
155155
//github.com/ WARNING: Model evaluation is not done for this classification type,
@@ -170,7 +170,7 @@ public bool ShotClassification {
170170
private bool oneSecIntervalClassification_;
171171
//github.com/ <summary>
172172
//github.com/ Set to true to request classification for a video at one-second intervals.
173-
//github.com/ AI Platform returns labels and their confidence scores for each second of
173+
//github.com/ Vertex AI returns labels and their confidence scores for each second of
174174
//github.com/ the entire time segment of the video that user specified in the input
175175
//github.com/ WARNING: Model evaluation is not done for this classification type, the
176176
//github.com/ quality of it depends on the training data, but there are no metrics

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/Predict/Prediction/Classification.g.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ public ClassificationPredictionResult Clone() {
9797
= pb::FieldCodec.ForInt64(10);
9898
private readonly pbc::RepeatedField<long> ids_ = new pbc::RepeatedField<long>();
9999
//github.com/ <summary>
100-
//github.com/ The resource IDs of the AnnotationSpecs that had been identified, ordered
101-
//github.com/ by the confidence score descendingly.
100+
//github.com/ The resource IDs of the AnnotationSpecs that had been identified.
102101
//github.com/ </summary>
103102
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
104103
public pbc::RepeatedField<long> Ids {

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/TrainingJob/Definition/AutomlTables.g.cs

Lines changed: 97 additions & 68 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/TrainingJob/Definition/AutomlVideoActionRecognition.g.cs

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,22 @@ static AutomlVideoActionRecognitionReflection() {
3131
"cm90byKMAQocQXV0b01sVmlkZW9BY3Rpb25SZWNvZ25pdGlvbhJsCgZpbnB1",
3232
"dHMYASABKAsyXC5nb29nbGUuY2xvdWQuYWlwbGF0Zm9ybS52MS5zY2hlbWEu",
3333
"dHJhaW5pbmdqb2IuZGVmaW5pdGlvbi5BdXRvTWxWaWRlb0FjdGlvblJlY29n",
34-
"bml0aW9uSW5wdXRzIuwBCiJBdXRvTWxWaWRlb0FjdGlvblJlY29nbml0aW9u",
34+
"bml0aW9uSW5wdXRzIqoCCiJBdXRvTWxWaWRlb0FjdGlvblJlY29nbml0aW9u",
3535
"SW5wdXRzEnoKCm1vZGVsX3R5cGUYASABKA4yZi5nb29nbGUuY2xvdWQuYWlw",
3636
"bGF0Zm9ybS52MS5zY2hlbWEudHJhaW5pbmdqb2IuZGVmaW5pdGlvbi5BdXRv",
37-
"TWxWaWRlb0FjdGlvblJlY29nbml0aW9uSW5wdXRzLk1vZGVsVHlwZSJKCglN",
38-
"b2RlbFR5cGUSGgoWTU9ERUxfVFlQRV9VTlNQRUNJRklFRBAAEgkKBUNMT1VE",
39-
"EAESFgoSTU9CSUxFX1ZFUlNBVElMRV8xEAJC/gIKPGNvbS5nb29nbGUuY2xv",
40-
"dWQuYWlwbGF0Zm9ybS52MS5zY2hlbWEudHJhaW5pbmdqb2IuZGVmaW5pdGlv",
41-
"bkIhQXV0b01MVmlkZW9BY3Rpb25SZWNvZ25pdGlvblByb3RvUAFaYmdvb2ds",
42-
"ZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvY2xvdWQvYWlwbGF0",
43-
"Zm9ybS92MS9zY2hlbWEvdHJhaW5pbmdqb2IvZGVmaW5pdGlvbjtkZWZpbml0",
44-
"aW9uqgI4R29vZ2xlLkNsb3VkLkFJUGxhdGZvcm0uVjEuU2NoZW1hLlRyYWlu",
45-
"aW5nSm9iLkRlZmluaXRpb27KAjhHb29nbGVcQ2xvdWRcQUlQbGF0Zm9ybVxW",
46-
"MVxTY2hlbWFcVHJhaW5pbmdKb2JcRGVmaW5pdGlvbuoCPkdvb2dsZTo6Q2xv",
47-
"dWQ6OkFJUGxhdGZvcm06OlYxOjpTY2hlbWE6OlRyYWluaW5nSm9iOjpEZWZp",
48-
"bml0aW9uYgZwcm90bzM="));
37+
"TWxWaWRlb0FjdGlvblJlY29nbml0aW9uSW5wdXRzLk1vZGVsVHlwZSKHAQoJ",
38+
"TW9kZWxUeXBlEhoKFk1PREVMX1RZUEVfVU5TUEVDSUZJRUQQABIJCgVDTE9V",
39+
"RBABEhYKEk1PQklMRV9WRVJTQVRJTEVfMRACEh0KGU1PQklMRV9KRVRTT05f",
40+
"VkVSU0FUSUxFXzEQAxIcChhNT0JJTEVfQ09SQUxfVkVSU0FUSUxFXzEQBEL+",
41+
"Ago8Y29tLmdvb2dsZS5jbG91ZC5haXBsYXRmb3JtLnYxLnNjaGVtYS50cmFp",
42+
"bmluZ2pvYi5kZWZpbml0aW9uQiFBdXRvTUxWaWRlb0FjdGlvblJlY29nbml0",
43+
"aW9uUHJvdG9QAVpiZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xl",
44+
"YXBpcy9jbG91ZC9haXBsYXRmb3JtL3YxL3NjaGVtYS90cmFpbmluZ2pvYi9k",
45+
"ZWZpbml0aW9uO2RlZmluaXRpb26qAjhHb29nbGUuQ2xvdWQuQUlQbGF0Zm9y",
46+
"bS5WMS5TY2hlbWEuVHJhaW5pbmdKb2IuRGVmaW5pdGlvbsoCOEdvb2dsZVxD",
47+
"bG91ZFxBSVBsYXRmb3JtXFYxXFNjaGVtYVxUcmFpbmluZ0pvYlxEZWZpbml0",
48+
"aW9u6gI+R29vZ2xlOjpDbG91ZDo6QUlQbGF0Zm9ybTo6VjE6OlNjaGVtYTo6",
49+
"VHJhaW5pbmdKb2I6OkRlZmluaXRpb25iBnByb3RvMw=="));
4950
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
5051
new pbr::FileDescriptor[] { global::Google.Api.AnnotationsReflection.Descriptor, },
5152
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
@@ -435,6 +436,18 @@ public enum ModelType {
435436
//github.com/ TensorFlow Lite model and used on a mobile or edge device afterwards.
436437
//github.com/ </summary>
437438
[pbr::OriginalName("MOBILE_VERSATILE_1")] MobileVersatile1 = 2,
439+
//github.com/ <summary>
440+
//github.com/ A model that, in addition to being available within Google Cloud, can
441+
//github.com/ also be exported (see ModelService.ExportModel) to a Jetson device
442+
//github.com/ afterwards.
443+
//github.com/ </summary>
444+
[pbr::OriginalName("MOBILE_JETSON_VERSATILE_1")] MobileJetsonVersatile1 = 3,
445+
//github.com/ <summary>
446+
//github.com/ A model that, in addition to being available within Google Cloud, can
447+
//github.com/ also be exported (see ModelService.ExportModel) as a TensorFlow or
448+
//github.com/ TensorFlow Lite model and used on a Coral device afterwards.
449+
//github.com/ </summary>
450+
[pbr::OriginalName("MOBILE_CORAL_VERSATILE_1")] MobileCoralVersatile1 = 4,
438451
}
439452

440453
}

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/Schema/TrainingJob/Definition/ExportEvaluatedDataItemsConfig.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public ExportEvaluatedDataItemsConfig Clone() {
101101
//github.com/
102102
//github.com/ If not specified, then results are exported to the following auto-created
103103
//github.com/ BigQuery table:
104-
//github.com/
105104
//github.com/ &lt;project_id>:export_evaluated_examples_&lt;model_name>_&lt;yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
106105
//github.com/ </summary>
107106
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]

apis/Google.Cloud.AIPlatform.V1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "478169f2acb0e0c28d9ee2ccee95071d710052bb"
7+
"sha": "369fd2ade113e707ee29794fe558d7d25955032c"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/google-cloud-dotnet/commit/b123458

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy