Show / Hide Table of Contents

Class CloudAiLargeModelsVisionRaiInfo

Next ID: 6

Inheritance
object
CloudAiLargeModelsVisionRaiInfo
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class CloudAiLargeModelsVisionRaiInfo : IDirectResponseSchema

Properties

BlockedEntities

List of blocked entities from the blocklist if it is detected.

Declaration
[JsonProperty("blockedEntities")]
public virtual IList<string> BlockedEntities { get; set; }
Property Value
Type Description
IList<string>

DetectedLabels

The list of detected labels for different rai categories.

Declaration
[JsonProperty("detectedLabels")]
public virtual IList<CloudAiLargeModelsVisionRaiInfoDetectedLabels> DetectedLabels { get; set; }
Property Value
Type Description
IList<CloudAiLargeModelsVisionRaiInfoDetectedLabels>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ModelName

The model name used to indexing into the RaiFilterConfig map. Would either be one of imagegeneration@002-006, imagen-3.0-... api endpoint names, or internal names used for mapping to different filter configs (genselfie, ai_watermark) than its api endpoint.

Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
Type Description
string

RaiCategories

List of rai categories' information to return

Declaration
[JsonProperty("raiCategories")]
public virtual IList<string> RaiCategories { get; set; }
Property Value
Type Description
IList<string>

Scores

List of rai scores mapping to the rai categories. Rounded to 1 decimal place.

Declaration
[JsonProperty("scores")]
public virtual IList<float?> Scores { get; set; }
Property Value
Type Description
IList<float?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX