Show / Hide Table of Contents

Class GoogleCloudAiplatformV1DataItemView

A container for a single DataItem and Annotations on it.

Inheritance
object
GoogleCloudAiplatformV1DataItemView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DataItemView : 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<GoogleCloudAiplatformV1Annotation> Annotations { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1Annotation>

DataItem

The DataItem.

Declaration
[JsonProperty("dataItem")]
public virtual GoogleCloudAiplatformV1DataItem DataItem { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1DataItem

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX