Class GoogleCloudAiplatformV1beta1SavedQuery
A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SavedQuery : IDirectResponseSchema
Properties
AnnotationFilter
Output only. Filters on the Annotations in the dataset.
Declaration
[JsonProperty("annotationFilter")]
public virtual string AnnotationFilter { get; set; }
Property Value
Type | Description |
---|---|
string |
AnnotationSpecCount
Output only. Number of AnnotationSpecs in the context of the SavedQuery.
Declaration
[JsonProperty("annotationSpecCount")]
public virtual int? AnnotationSpecCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp when this SavedQuery was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Some additional information about the SavedQuery.
Declaration
[JsonProperty("metadata")]
public virtual object Metadata { get; set; }
Property Value
Type | Description |
---|---|
object |
Name
Output only. Resource name of the SavedQuery.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProblemType
Required. Problem type of the SavedQuery. Allowed values: * IMAGE_CLASSIFICATION_SINGLE_LABEL * IMAGE_CLASSIFICATION_MULTI_LABEL * IMAGE_BOUNDING_POLY * IMAGE_BOUNDING_BOX * TEXT_CLASSIFICATION_SINGLE_LABEL * TEXT_CLASSIFICATION_MULTI_LABEL * TEXT_EXTRACTION * TEXT_SENTIMENT * VIDEO_CLASSIFICATION * VIDEO_OBJECT_TRACKING
Declaration
[JsonProperty("problemType")]
public virtual string ProblemType { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportAutomlTraining
Output only. If the Annotations belonging to the SavedQuery can be used for AutoML training.
Declaration
[JsonProperty("supportAutomlTraining")]
public virtual bool? SupportAutomlTraining { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Timestamp when SavedQuery was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |