Determines whether and when to create the Endpoint and other Hosting resources.
CREATE_ON_CONSTRUCT - create the Endpoint upon creation of the SageMakerModel, at the end of
fit()
CREATE_ON_TRANSFORM - create the Endpoint upon invocation of SageMakerModel.transform()
DO_NOT_CREATE - do not create the Endpoint
Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Determines whether and when to create the Endpoint and other Hosting resources.
CREATE_ON_CONSTRUCT - create the Endpoint upon creation of the SageMakerModel, at the end of fit() CREATE_ON_TRANSFORM - create the Endpoint upon invocation of SageMakerModel.transform() DO_NOT_CREATE - do not create the Endpoint