public final class DataItemView extends GeneratedMessageV3 implements DataItemViewOrBuilder
A container for a single DataItem and Annotations on it.
Protobuf type google.cloud.aiplatform.v1.DataItemView
Static Fields
public static final int ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int DATA_ITEM_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int HAS_TRUNCATED_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static DataItemView getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static DataItemView.Builder newBuilder()
public static DataItemView.Builder newBuilder(DataItemView prototype)
public static DataItemView parseDelimitedFrom(InputStream input)
public static DataItemView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataItemView parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static DataItemView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataItemView parseFrom(ByteString data)
public static DataItemView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataItemView parseFrom(CodedInputStream input)
public static DataItemView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataItemView parseFrom(InputStream input)
public static DataItemView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataItemView parseFrom(ByteBuffer data)
public static DataItemView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<DataItemView> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public Annotation getAnnotations(int index)
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.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;
Parameter |
---|
Name | Description |
index | int
|
public int getAnnotationsCount()
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.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;
Returns |
---|
Type | Description |
int | |
public List<Annotation> getAnnotationsList()
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.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;
public AnnotationOrBuilder getAnnotationsOrBuilder(int index)
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.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()
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.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.AnnotationOrBuilder> | |
public DataItem getDataItem()
The DataItem.
.google.cloud.aiplatform.v1.DataItem data_item = 1;
Returns |
---|
Type | Description |
DataItem | The dataItem.
|
public DataItemOrBuilder getDataItemOrBuilder()
The DataItem.
.google.cloud.aiplatform.v1.DataItem data_item = 1;
public DataItemView getDefaultInstanceForType()
public boolean getHasTruncatedAnnotations()
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.
bool has_truncated_annotations = 3;
Returns |
---|
Type | Description |
boolean | The hasTruncatedAnnotations.
|
public Parser<DataItemView> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public final UnknownFieldSet getUnknownFields()
Overrides
public boolean hasDataItem()
The DataItem.
.google.cloud.aiplatform.v1.DataItem data_item = 1;
Returns |
---|
Type | Description |
boolean | Whether the dataItem field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public DataItemView.Builder newBuilderForType()
protected DataItemView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public DataItemView.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides