Skip to content

Commit 8c36220

Browse files
Google APIscopybara-github
authored andcommitted
fix!: remove large_model_reference from Model in aiplatform v1beta1 model.proto
PiperOrigin-RevId: 517426269
1 parent 33c93eb commit 8c36220

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

google/cloud/aiplatform/v1beta1/model.proto

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ message Model {
103103
];
104104
}
105105

106-
// Contains information about the Large Model.
107-
message LargeModelReference {
108-
// Required. The unique name of the large Foundation or pre-built model.
109-
// Like "chat-panda", "text-panda".
110-
string name = 1 [(google.api.field_behavior) = REQUIRED];
111-
}
112-
113106
// Identifies a type of Model's prediction resources.
114107
enum DeploymentResourcesType {
115108
// Should not be used.
@@ -416,11 +409,6 @@ message Model {
416409
// is
417410
// `projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}`.
418411
string metadata_artifact = 44 [(google.api.field_behavior) = OUTPUT_ONLY];
419-
420-
// Optional. Used to specify the large model reference.
421-
// Only present for Large Models.
422-
LargeModelReference large_model_reference = 45
423-
[(google.api.field_behavior) = OPTIONAL];
424412
}
425413

426414
// Contains the schemata used in Model's predictions and explanations via

0 commit comments

Comments
 (0)