predict¶
- TabularEndpoint.predict(data: str | Path | DataFrame, train_data: str | Path | DataFrame, label: str, **inference_kwargs: Any) Series[source]¶
Fit the foundation model on
train_dataand predictdata.The serialized request includes both
train_dataanddataand must not exceed SageMaker’s 6 MiB real-time invocation payload limit. Useautogluon.cloud.TabularFoundationModel.predict()for larger inputs.