Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove large_model_reference from Model in aiplatform v1beta1 model.proto #4098

Merged
merged 5 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ message Model {
];
}

// Contains information about the Large Model.
message LargeModelReference {
// Required. The unique name of the large Foundation or pre-built model.
// Like "chat-panda", "text-panda".
string name = 1 [(google.api.field_behavior) = REQUIRED];
}

// Identifies a type of Model's prediction resources.
enum DeploymentResourcesType {
// Should not be used.
Expand Down Expand Up @@ -416,11 +409,6 @@ message Model {
// is
// `projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}`.
string metadata_artifact = 44 [(google.api.field_behavior) = OUTPUT_ONLY];

// Optional. Used to specify the large model reference.
// Only present for Large Models.
LargeModelReference large_model_reference = 45
[(google.api.field_behavior) = OPTIONAL];
}

// Contains the schemata used in Model's predictions and explanations via
Expand Down
103 changes: 0 additions & 103 deletions packages/google-cloud-aiplatform/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading