Skip to content

Commit 7dfaf27

Browse files
Google APIscopybara-github
authored andcommitted
feat: allowing users to specify the version id of the Model Garden model
feat: allowing users to choose whether to use the hf model cache PiperOrigin-RevId: 733567956
1 parent c3e445f commit 7dfaf27

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/model.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,12 @@ message LargeModelReference {
493493
message ModelGardenSource {
494494
// Required. The model garden source model resource name.
495495
string public_model_name = 1 [(google.api.field_behavior) = REQUIRED];
496+
497+
// Optional. The model garden source model version ID.
498+
string version_id = 3 [(google.api.field_behavior) = OPTIONAL];
499+
500+
// Optional. Whether to avoid pulling the model from the HF cache.
501+
bool skip_hf_model_cache = 4 [(google.api.field_behavior) = OPTIONAL];
496502
}
497503

498504
// Contains information about the source of the models generated from Generative

0 commit comments

Comments
 (0)