@@ -668,9 +668,9 @@ def _build_for_jumpstart(self):
668
668
def _optimize_for_jumpstart (
669
669
self ,
670
670
output_path : Optional [str ] = None ,
671
+ instance_type : Optional [str ] = None ,
671
672
tags : Optional [Tags ] = None ,
672
673
job_name : Optional [str ] = None ,
673
- instance_type : Optional [str ] = None ,
674
674
accept_eula : Optional [bool ] = None ,
675
675
quantization_config : Optional [Dict ] = None ,
676
676
compilation_config : Optional [Dict ] = None ,
@@ -684,9 +684,9 @@ def _optimize_for_jumpstart(
684
684
685
685
Args:
686
686
output_path (Optional[str]): Specifies where to store the compiled/quantized model.
687
+ instance_type (str): Target deployment instance type that the model is optimized for.
687
688
tags (Optional[Tags]): Tags for labeling a model optimization job. Defaults to ``None``.
688
689
job_name (Optional[str]): The name of the model optimization job. Defaults to ``None``.
689
- instance_type (str): Target deployment instance type that the model is optimized for.
690
690
accept_eula (bool): For models that require a Model Access Config, specify True or
691
691
False to indicate whether model terms of use have been accepted.
692
692
The `accept_eula` value must be explicitly defined as `True` in order to
0 commit comments