diff --git a/src/replicate/resources/models/predictions.py b/src/replicate/resources/models/predictions.py index e001402..91a8eef 100644 --- a/src/replicate/resources/models/predictions.py +++ b/src/replicate/resources/models/predictions.py @@ -58,7 +58,6 @@ def create( cancel_after: str | Omit = omit, prefer: str | Omit = omit, file_encoding_strategy: Optional["FileEncodingStrategy"] = None, - replicate_max_lifetime: str | Omit = omit, # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs. # The extra values given here take precedence over values defined on the client or passed to this method. extra_headers: Headers | None = None, @@ -230,7 +229,6 @@ async def create( cancel_after: str | Omit = omit, prefer: str | Omit = omit, file_encoding_strategy: Optional["FileEncodingStrategy"] = None, - replicate_max_lifetime: str | Omit = omit, # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs. # The extra values given here take precedence over values defined on the client or passed to this method. extra_headers: Headers | None = None, diff --git a/src/replicate/resources/predictions.py b/src/replicate/resources/predictions.py index 85b1292..7b2272b 100644 --- a/src/replicate/resources/predictions.py +++ b/src/replicate/resources/predictions.py @@ -69,7 +69,6 @@ def create( cancel_after: str | Omit = omit, prefer: str | Omit = omit, file_encoding_strategy: Optional["FileEncodingStrategy"] = None, - replicate_max_lifetime: str | Omit = omit, # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs. # The extra values given here take precedence over values defined on the client or passed to this method. extra_headers: Headers | None = None, @@ -532,7 +531,6 @@ async def create( cancel_after: str | Omit = omit, prefer: str | Omit = omit, file_encoding_strategy: Optional["FileEncodingStrategy"] = None, - replicate_max_lifetime: str | Omit = omit, # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs. # The extra values given here take precedence over values defined on the client or passed to this method. extra_headers: Headers | None = None,