unmanagedContainerModel property

UnmanagedContainerModel? unmanagedContainerModel
final

Contains model information necessary to perform batch prediction without requiring uploading to model registry. Exactly one of model and unmanaged_container_model must be set.

Implementation

final UnmanagedContainerModel? unmanagedContainerModel;