primary_features
¶
The value of the primary_features
argument must be a list of JSON objects
containing the following keys:
Key | Value Type | Required | Description |
---|---|---|---|
from_name |
string | yes | Name of a feature tensor in the dataset as specified in its manifest. |
to_name |
string | yes | Name of the feature tensor once loaded into the input pipeline. Must be one of the model’s input or output tensors defined in the model configuration. |
Note
Every model input must be satisfied by a primary or secondary feature, or an error will be raised.
Note
Every to_name
must be unique or an error will be raised.
Note
Any to_name
that is constructed and not used by the model will raise an error.