diff --git a/google/cloud/aiplatform/models.py b/google/cloud/aiplatform/models.py index 4b38591250..1d11b96dc7 100644 --- a/google/cloud/aiplatform/models.py +++ b/google/cloud/aiplatform/models.py @@ -990,10 +990,10 @@ def _deploy_call( deploy_request_timeout (float): Optional. The timeout for the deploy request in seconds. autoscaling_target_cpu_utilization (int): - Target CPU Utilization to use for Autoscaling Replicas. + Optional. Target CPU Utilization to use for Autoscaling Replicas. A default value of 60 will be used if not specified. autoscaling_target_accelerator_duty_cycle (int): - Target Accelerator Duty Cycle. + Optional. Target Accelerator Duty Cycle. Must also set accelerator_type and accelerator_count if specified. A default value of 60 will be used if not specified. Raises: @@ -2135,10 +2135,10 @@ def deploy( deploy_request_timeout (float): Optional. The timeout for the deploy request in seconds. autoscaling_target_cpu_utilization (int): - Target CPU Utilization to use for Autoscaling Replicas. + Optional. Target CPU Utilization to use for Autoscaling Replicas. A default value of 60 will be used if not specified. autoscaling_target_accelerator_duty_cycle (int): - Target Accelerator Duty Cycle. + Optional. Target Accelerator Duty Cycle. Must also set accelerator_type and accelerator_count if specified. A default value of 60 will be used if not specified. Returns: @@ -2285,10 +2285,10 @@ def _deploy( deploy_request_timeout (float): Optional. The timeout for the deploy request in seconds. autoscaling_target_cpu_utilization (int): - Target CPU Utilization to use for Autoscaling Replicas. + Optional. Target CPU Utilization to use for Autoscaling Replicas. A default value of 60 will be used if not specified. autoscaling_target_accelerator_duty_cycle (int): - Target Accelerator Duty Cycle. + Optional. Target Accelerator Duty Cycle. Must also set accelerator_type and accelerator_count if specified. A default value of 60 will be used if not specified. Returns: