Optional
contentOptional
customUser defined properties specified as key-value pairs.
Optional
dataAn optional array which contains the data preprocessing transformations that were executed by the training job that created this model.
Optional
descriptionA description of the resource.
Optional
domainUser provided domain name for this model. For example: sentiment, entity, visual-recognition, finance, retail, real estate etc.
Optional
foundationThe model id of the base model for this job.
Optional
headersOptional
hybridThe list of the software specifications that are used by the pipeline that generated this model, if the model was generated by a pipeline.
Optional
hyperHyper parameters used for training this model.
Optional
labelThe name of the label column.
Optional
metricsMetrics that can be returned by an operation.
Optional
modelThe model definition.
Optional
modelOptional metadata that can be used to provide information about this model that can be tracked with IBM AI Factsheets. See Using AI Factsheets for more details.
The name of the resource.
Optional
pipelineA reference to a resource.
Optional
projectThe project that contains the resource. Either space_id
or project_id
has to be given.
Optional
schemasIf the prediction schemas are provided here then they take precedent over any schemas provided in the data references. Note that data references contain the schema for the associated data and this object contains the schema(s) for the associated prediction, if any. In the case that the prediction input data matches exactly the schema of the training data references then the prediction schema can be omitted. However it is highly recommended to always specify the prediction schemas using this field.
Optional
signalOptional
sizeThis will be used by scoring to record the size of the model.
Optional
softwareA software specification.
Optional
spaceThe space that contains the resource. Either space_id
or project_id
has to be given.
Optional
tagsA list of tags for this resource.
Optional
testThe holdout/test datasets.
Optional
trainingInformation about the training job that created this model.
Optional
trainingThe training data that was used to create this model.
Optional
trainingDeprecated: this is replaced by training.id
. This field can be used to store the id
of the training job
that was used to produce this model.
Optional
transformedThe name of the label column seen by the estimator, which may have been transformed by the previous
transformers in the pipeline. This is not necessarily the same column as the label_column
in the initial data
set.
The model type. The supported model types can be found in the documentation here.
Optional
userUser defined objects referenced by the model. For any user defined class or function used in the model, its
name, as referenced in the model, must be specified as the key
and its fully qualified class or function name
must be specified as the value
. This is applicable for Tensorflow 2.X
models serialized in H5
format using
the tf.keras
API.
Details about the attachments that should be uploaded with this model.