File tree Expand file tree Collapse file tree
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments