You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add annotation_labels to ImportDataConfig in aiplatform v1 dataset.proto
feat: add start_time to BatchReadFeatureValuesRequest in aiplatform v1 featurestore_service.proto
feat: add metadata_artifact to Model in aiplatform v1 model.proto
feat: add failed_main_jobs and failed_pre_caching_check_jobs to ContainerDetail in aiplatform v1 pipeline_job.proto
feat: add persist_ml_use_assignment to InputDataConfig in aiplatform v1 training_pipeline.proto
PiperOrigin-RevId: 485963171
Copy file name to clipboardExpand all lines: google/cloud/aiplatform/v1/training_pipeline.proto
+3
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,9 @@ message InputDataConfig {
290
290
// Only one of [saved_query_id][google.cloud.aiplatform.v1.InputDataConfig.saved_query_id] and [annotation_schema_uri][google.cloud.aiplatform.v1.InputDataConfig.annotation_schema_uri] should be
291
291
// specified as both of them represent the same thing: problem type.
292
292
stringsaved_query_id=7;
293
+
294
+
// Whether to persist the ML use assignment to data item system labels.
295
+
boolpersist_ml_use_assignment=11;
293
296
}
294
297
295
298
// Assigns the input data to training, validation, and test sets as per the
0 commit comments