Skip to content

Commit ae0f87e

Browse files
committed
Update API reports
1 parent d53d3dd commit ae0f87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/api-review/vertexai.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ export const enum VertexAIErrorCode {
803803
}
804804

805805
// @public
806-
export class VertexAIModel {
806+
export abstract class VertexAIModel {
807807
// @internal
808808
protected constructor(vertexAI: VertexAI, modelName: string);
809809
// @internal (undocumented)

0 commit comments

Comments
 (0)