oc-catalog/selfapi/model_models_computing_obje...

21 lines
566 B
Go

/*
* oc-catalog API
*
* Backend of the oc-search project
*
* API version: 1.0.0
* Contact: opencloud@irt-saintexupery.com
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package swagger
type ModelsComputingObject struct {
// Datacenter where the computing will be executed
DatacenterID string `json:"datacenterID,omitempty"`
Inputs []string `json:"inputs,omitempty"`
Outputs []string `json:"outputs,omitempty"`
// Computing model ID
ReferenceID *PrimitiveObjectId `json:"referenceID,omitempty"`
}