Class GoogleCloudAiplatformV1beta1DataItemView
A container for a single DataItem and Annotations on it.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DataItemView : IDirectResponseSchema
Properties
Annotations
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.
Declaration
[JsonProperty("annotations")]
public virtual IList<GoogleCloudAiplatformV1beta1Annotation> Annotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1Annotation> |
DataItem
The DataItem.
Declaration
[JsonProperty("dataItem")]
public virtual GoogleCloudAiplatformV1beta1DataItem DataItem { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1DataItem |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasTruncatedAnnotations
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.
Declaration
[JsonProperty("hasTruncatedAnnotations")]
public virtual bool? HasTruncatedAnnotations { get; set; }
Property Value
Type | Description |
---|---|
bool? |