You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Path used to manage the list of modelartifacts.
40
40
description: >-
41
41
The REST endpoint/path used to list and create zero or more `ModelArtifact` entities. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
@@ -83,7 +83,7 @@ paths:
83
83
operationId: createModelArtifact
84
84
summary: Create a ModelArtifact
85
85
description: Creates a new instance of a `ModelArtifact`.
summary: Path used to manage a single ModelArtifact.
88
88
description: >-
89
89
The REST endpoint/path used to get, update, and delete single instances of an `ModelArtifact`. This path contains `GET`, `PUT`, and `DELETE` operations used to perform the get, update, and delete tasks, respectively.
@@ -133,7 +133,7 @@ paths:
133
133
type: string
134
134
in: path
135
135
required: true
136
-
/api/model_registry/v1alpha2/model_versions:
136
+
/api/model_registry/v1alpha3/model_versions:
137
137
summary: Path used to manage the list of modelversions.
138
138
description: >-
139
139
The REST endpoint/path used to list and create zero or more `ModelVersion` entities. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
@@ -177,7 +177,7 @@ paths:
177
177
operationId: createModelVersion
178
178
summary: Create a ModelVersion
179
179
description: Creates a new instance of a `ModelVersion`.
summary: Path used to manage a single ModelVersion.
182
182
description: >-
183
183
The REST endpoint/path used to get, update, and delete single instances of an `ModelVersion`. This path contains `GET`, `PUT`, and `DELETE` operations used to perform the get, update, and delete tasks, respectively.
@@ -227,7 +227,7 @@ paths:
227
227
type: string
228
228
in: path
229
229
required: true
230
-
/api/model_registry/v1alpha2/registered_model:
230
+
/api/model_registry/v1alpha3/registered_model:
231
231
summary: Path used to search for a registeredmodel.
232
232
description: >-
233
233
The REST endpoint/path used to search for a `RegisteredModel` entity. This path contains a `GET` operation to perform the find task.
@@ -249,7 +249,7 @@ paths:
249
249
parameters:
250
250
- $ref: "#/components/parameters/name"
251
251
- $ref: "#/components/parameters/externalId"
252
-
/api/model_registry/v1alpha2/registered_models:
252
+
/api/model_registry/v1alpha3/registered_models:
253
253
summary: Path used to manage the list of registeredmodels.
254
254
description: >-
255
255
The REST endpoint/path used to list and create zero or more `RegisteredModel` entities. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
@@ -293,7 +293,7 @@ paths:
293
293
operationId: createRegisteredModel
294
294
summary: Create a RegisteredModel
295
295
description: Creates a new instance of a `RegisteredModel`.
summary: Path used to manage a single RegisteredModel.
298
298
description: >-
299
299
The REST endpoint/path used to get, update, and delete single instances of an `RegisteredModel`. This path contains `GET`, `PUT`, and `DELETE` operations used to perform the get, update, and delete tasks, respectively.
summary: Path used to manage the list of artifacts for a modelversion.
348
348
description: >-
349
349
The REST endpoint/path used to list and create zero or more `Artifact` entities for a `ModelVersion`. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
summary: Path used to manage the list of modelversions for a registeredmodel.
406
406
description: >-
407
407
The REST endpoint/path used to list and create zero or more `ModelVersion` entities for a `RegisteredModel`. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
@@ -458,7 +458,7 @@ paths:
458
458
type: string
459
459
in: path
460
460
required: true
461
-
/api/model_registry/v1alpha2/inference_service:
461
+
/api/model_registry/v1alpha3/inference_service:
462
462
summary: Path used to manage an instance of inferenceservice.
463
463
description: >-
464
464
The REST endpoint/path used to list and create zero or more `InferenceService` entities. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
summary: Path used to manage a single InferenceService.
488
488
description: >-
489
489
The REST endpoint/path used to get, update, and delete single instances of an `InferenceService`. This path contains `GET`, `PUT`, and `DELETE` operations used to perform the get, update, and delete tasks, respectively.
@@ -533,7 +533,7 @@ paths:
533
533
type: string
534
534
in: path
535
535
required: true
536
-
/api/model_registry/v1alpha2/inference_services:
536
+
/api/model_registry/v1alpha3/inference_services:
537
537
summary: Path used to manage the list of inferenceservices.
538
538
description: >-
539
539
The REST endpoint/path used to list and create zero or more `InferenceService` entities. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
@@ -581,7 +581,7 @@ paths:
581
581
operationId: createInferenceService
582
582
summary: Create a InferenceService
583
583
description: Creates a new instance of a `InferenceService`.
584
-
/api/model_registry/v1alpha2/serving_environment:
584
+
/api/model_registry/v1alpha3/serving_environment:
585
585
summary: Path used to find a servingenvironment.
586
586
description: >-
587
587
The REST endpoint/path used to search for a `ServingEnvironment` entity. This path contains a `GET` operation to perform the find task.
summary: Path used to manage the list of servingenvironments.
608
608
description: >-
609
609
The REST endpoint/path used to list and create zero or more `ServingEnvironment` entities. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
@@ -647,7 +647,7 @@ paths:
647
647
operationId: createServingEnvironment
648
648
summary: Create a ServingEnvironment
649
649
description: Creates a new instance of a `ServingEnvironment`.
summary: Path used to manage a single ServingEnvironment.
652
652
description: >-
653
653
The REST endpoint/path used to get, update, and delete single instances of an `ServingEnvironment`. This path contains `GET`, `PUT`, and `DELETE` operations used to perform the get, update, and delete tasks, respectively.
summary: Path used to manage the list of `InferenceServices` for a `ServingEnvironment`.
702
702
description: >-
703
703
The REST endpoint/path used to list and create zero or more `InferenceService` entities for a `ServingEnvironment`. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
summary: Path used to manage the list of `ServeModels` for a `InferenceService`.
759
759
description: >-
760
760
The REST endpoint/path used to list and create zero or more `ServeModel` entities for a `InferenceService`. This path contains a `GET` and `POST` operation to perform the list and create tasks, respectively.
summary: Path used to manage a `RegisteredModel` associated with an `InferenceService`.
816
816
description: >-
817
817
The REST endpoint/path used to list the `RegisteredModel` entity for an `InferenceService`. This path contains a `GET` operation to perform the get task.
summary: Path used to get the current `ModelVersion` associated with an `InferenceService`.
842
842
description: >-
843
843
The REST endpoint/path used to get the current `ModelVersion` entity for a `InferenceService`. This path contains a `GET` operation to perform the get task.
@@ -863,7 +863,7 @@ paths:
863
863
type: string
864
864
in: path
865
865
required: true
866
-
/api/model_registry/v1alpha2/model_version:
866
+
/api/model_registry/v1alpha3/model_version:
867
867
summary: Path used to search for a modelversion.
868
868
description: >-
869
869
The REST endpoint/path used to search for a `ModelVersion` entity. This path contains a `GET` operation to perform the find task.
0 commit comments