Class GoogleCloudAiplatformV1SchemaTextSentimentSavedQueryMetadata
The metadata of SavedQuery contains TextSentiment Annotations.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaTextSentimentSavedQueryMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SentimentMax
The maximum sentiment of sentiment Anntoation in this SavedQuery.
Declaration
[JsonProperty("sentimentMax")]
public virtual int? SentimentMax { get; set; }
Property Value
Type | Description |
---|---|
int? |