Skip to content

Commit e0cd533

Browse files
1 parent 4c05c41 commit e0cd533

File tree

1,648 files changed

+112
-675151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,648 files changed

+112
-675151
lines changed

google/cloud/aiplatform/v1/schema/predict/instance_v1/types/image_classification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class ImageClassificationPredictionInstance(proto.Message):
3838
mime_type (str):
3939
The MIME type of the content of the image.
4040
Only the images in below listed MIME types are
41-
supported. - image/jpeg
41+
supported.
42+
- image/jpeg
4243
- image/gif
4344
- image/png
4445
- image/webp

google/cloud/aiplatform/v1/schema/predict/instance_v1/types/image_object_detection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class ImageObjectDetectionPredictionInstance(proto.Message):
3838
mime_type (str):
3939
The MIME type of the content of the image.
4040
Only the images in below listed MIME types are
41-
supported. - image/jpeg
41+
supported.
42+
- image/jpeg
4243
- image/gif
4344
- image/png
4445
- image/webp

google/cloud/aiplatform/v1/schema/predict/instance_v1/types/image_segmentation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class ImageSegmentationPredictionInstance(proto.Message):
3737
mime_type (str):
3838
The MIME type of the content of the image.
3939
Only the images in below listed MIME types are
40-
supported. - image/jpeg
40+
supported.
41+
- image/jpeg
4142
- image/png
4243
"""
4344

google/cloud/aiplatform/v1/schema/predict/prediction_v1/types/video_classification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ class VideoClassificationPredictionResult(proto.Message):
4444
type_ (str):
4545
The type of the prediction. The requested
4646
types can be configured via parameters. This
47-
will be one of - segment-classification
47+
will be one of
48+
- segment-classification
4849
- shot-classification
4950
- one-sec-interval-classification
5051
time_segment_start (google.protobuf.duration_pb2.Duration):

google/cloud/aiplatform/v1beta1/schema/predict/instance_v1beta1/types/image_classification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class ImageClassificationPredictionInstance(proto.Message):
3838
mime_type (str):
3939
The MIME type of the content of the image.
4040
Only the images in below listed MIME types are
41-
supported. - image/jpeg
41+
supported.
42+
- image/jpeg
4243
- image/gif
4344
- image/png
4445
- image/webp

google/cloud/aiplatform/v1beta1/schema/predict/instance_v1beta1/types/image_object_detection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class ImageObjectDetectionPredictionInstance(proto.Message):
3838
mime_type (str):
3939
The MIME type of the content of the image.
4040
Only the images in below listed MIME types are
41-
supported. - image/jpeg
41+
supported.
42+
- image/jpeg
4243
- image/gif
4344
- image/png
4445
- image/webp

google/cloud/aiplatform/v1beta1/schema/predict/instance_v1beta1/types/image_segmentation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class ImageSegmentationPredictionInstance(proto.Message):
3737
mime_type (str):
3838
The MIME type of the content of the image.
3939
Only the images in below listed MIME types are
40-
supported. - image/jpeg
40+
supported.
41+
- image/jpeg
4142
- image/png
4243
"""
4344

google/cloud/aiplatform/v1beta1/schema/predict/prediction_v1beta1/types/video_classification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ class VideoClassificationPredictionResult(proto.Message):
4444
type_ (str):
4545
The type of the prediction. The requested
4646
types can be configured via parameters. This
47-
will be one of - segment-classification
47+
will be one of
48+
- segment-classification
4849
- shot-classification
4950
- one-sec-interval-classification
5051
time_segment_start (google.protobuf.duration_pb2.Duration):

google/cloud/aiplatform_v1/services/featurestore_service/async_client.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,12 +2355,13 @@ async def import_feature_values(
23552355
There are also scenarios where the caller can cause
23562356
inconsistency.
23572357
- Source data for import contains multiple distinct
2358-
Feature values for the same entity ID and timestamp.
2358+
Feature values for the same entity ID and
2359+
timestamp.
23592360
- Source is modified during an import. This includes
2360-
adding, updating, or removing source data and/or
2361-
metadata. Examples of updating metadata include but are
2362-
not limited to changing storage location, storage class,
2363-
or retention policy.
2361+
adding, updating, or removing source data and/or
2362+
metadata. Examples of updating metadata include but
2363+
are not limited to changing storage location, storage
2364+
class, or retention policy.
23642365
- Online serving cluster is under-provisioned.
23652366
23662367
.. code-block:: python

google/cloud/aiplatform_v1/services/featurestore_service/client.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,12 +2623,13 @@ def import_feature_values(
26232623
There are also scenarios where the caller can cause
26242624
inconsistency.
26252625
- Source data for import contains multiple distinct
2626-
Feature values for the same entity ID and timestamp.
2626+
Feature values for the same entity ID and
2627+
timestamp.
26272628
- Source is modified during an import. This includes
2628-
adding, updating, or removing source data and/or
2629-
metadata. Examples of updating metadata include but are
2630-
not limited to changing storage location, storage class,
2631-
or retention policy.
2629+
adding, updating, or removing source data and/or
2630+
metadata. Examples of updating metadata include but
2631+
are not limited to changing storage location, storage
2632+
class, or retention policy.
26322633
- Online serving cluster is under-provisioned.
26332634
26342635
.. code-block:: python

0 commit comments

Comments
 (0)