Class: Google::Cloud::AIPlatform::V1::DataItemView
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DataItemView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
A container for a single DataItem and Annotations on it.
Instance Attribute Summary collapse
-
#annotations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Annotation>
The Annotations on the DataItem.
-
#data_item ⇒ ::Google::Cloud::AIPlatform::V1::DataItem
The DataItem.
-
#has_truncated_annotations ⇒ ::Boolean
True if and only if the Annotations field has been truncated.
Instance Attribute Details
#annotations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Annotation>
Returns The Annotations on the DataItem. If too many Annotations should be returned for the DataItem, this field will be truncated per annotations_limit in request. If it was, then the has_truncated_annotations will be set to true.
541 542 543 544 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 541 class DataItemView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_item ⇒ ::Google::Cloud::AIPlatform::V1::DataItem
Returns The DataItem.
541 542 543 544 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 541 class DataItemView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#has_truncated_annotations ⇒ ::Boolean
Returns True if and only if the Annotations field has been truncated. It happens if more Annotations for this DataItem met the request's annotation_filter than are allowed to be returned by annotations_limit. Note that if Annotations field is not being returned due to field mask, then this field will not be set to true no matter how many Annotations are there.
541 542 543 544 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 541 class DataItemView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |