18 lines
383 B
Go
18 lines
383 B
Go
/*
|
|
* Model Catalog REST API
|
|
*
|
|
* REST API for Model Registry to create and manage ML model metadata
|
|
*
|
|
* API version: v1alpha1
|
|
*/
|
|
|
|
// Generated by: OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
|
|
|
|
package openapi
|
|
|
|
// ImplResponse defines an implementation response with error code and the associated body
|
|
type ImplResponse struct {
|
|
Code int
|
|
Body interface{}
|
|
}
|