@@ -325,7 +325,7 @@ def output_info(self,) -> Optional[aiplatform.gapic.BatchPredictionJob.OutputInf
325
325
"""Information describing the output of this job, including output location
326
326
into which prediction output is written.
327
327
328
- This is only available for batch predicition jobs that have run successfully.
328
+ This is only available for batch prediction jobs that have run successfully.
329
329
"""
330
330
self ._assert_gca_resource_is_available ()
331
331
return self ._gca_resource .output_info
@@ -839,7 +839,7 @@ def __init__(
839
839
Args:
840
840
project(str): Project of the resource noun.
841
841
location(str): The location of the resource noun.
842
- credentials(google.auth.crendentials.Crendentials ): Optional custom
842
+ credentials(google.auth.credentials.Credentials ): Optional custom
843
843
credentials to use when accessing interacting with resource noun.
844
844
"""
845
845
@@ -1023,7 +1023,7 @@ def __init__(
1023
1023
encryption_spec_key_name : Optional [str ] = None ,
1024
1024
staging_bucket : Optional [str ] = None ,
1025
1025
):
1026
- """Cosntruct a Custom Job with Worker Pool Specs.
1026
+ """Constructs a Custom Job with Worker Pool Specs.
1027
1027
1028
1028
```
1029
1029
Example usage:
@@ -1569,7 +1569,7 @@ def __init__(
1569
1569
Required. Configured CustomJob. The worker pool spec from this custom job
1570
1570
applies to the CustomJobs created in all the trials.
1571
1571
metric_spec: Dict[str, str]
1572
- Required. Dicionary representing metrics to optimize. The dictionary key is the metric_id,
1572
+ Required. Dictionary representing metrics to optimize. The dictionary key is the metric_id,
1573
1573
which is reported by your training job, and the dictionary value is the
1574
1574
optimization goal of the metric('minimize' or 'maximize'). example:
1575
1575
@@ -1594,7 +1594,7 @@ def __init__(
1594
1594
DoubleParameterSpec, IntegerParameterSpec, CategoricalParameterSpace, DiscreteParameterSpec
1595
1595
1596
1596
max_trial_count (int):
1597
- Reuired . The desired total number of Trials.
1597
+ Required . The desired total number of Trials.
1598
1598
parallel_trial_count (int):
1599
1599
Required. The desired number of Trials to run in parallel.
1600
1600
max_failed_trial_count (int):
0 commit comments