File tree 2 files changed +7
-6
lines changed
packages/google-cloud-aiplatform
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
"name" : " aiplatform" ,
8
8
"default_version" : " v1" ,
9
9
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/aiplatform/latest" ,
10
- "release_level" : " beta " ,
10
+ "release_level" : " ga " ,
11
11
"api_id" : " aiplatform.googleapis.com" ,
12
12
"repo" : " googleapis/nodejs-ai-platform" ,
13
13
"codeowner_team" : " @googleapis/ml-apis" ,
Original file line number Diff line number Diff line change 4
4
5
5
# [ Vertex AI: Node.js Client] ( https://github.com/googleapis/nodejs-ai-platform )
6
6
7
- [ ![ release level] ( https://img.shields.io/badge/release%20level-beta-yellow .svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
7
+ [ ![ release level] ( https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen .svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/aiplatform.svg )] ( https://www.npmjs.org/package/@google-cloud/aiplatform )
9
9
[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-ai-platform/main.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-ai-platform )
10
10
@@ -187,11 +187,12 @@ _Legacy Node.js versions are supported as a best effort:_
187
187
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
188
188
189
189
190
+ This library is considered to be ** General Availability (GA)** . This means it
191
+ is stable; the code surface will not change in backwards-incompatible ways
192
+ unless absolutely necessary (e.g. because of critical security issues) or with
193
+ an extensive deprecation period. Issues and requests against ** GA** libraries
194
+ are addressed with the highest priority.
190
195
191
- This library is considered to be in ** beta** . This means it is expected to be
192
- mostly stable while we work toward a general availability release; however,
193
- complete stability is not guaranteed. We will address issues and requests
194
- against beta libraries with a high priority.
195
196
196
197
197
198
You can’t perform that action at this time.
0 commit comments