Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CorroborateContentRequest

Request message for CorroborateContent.

Inheritance
object
GoogleCloudAiplatformV1CorroborateContentRequest
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 GoogleCloudAiplatformV1CorroborateContentRequest : IDirectResponseSchema

Properties

Content

Optional. Input content to corroborate, only text format is supported for now.

Declaration
[JsonProperty("content")]
public virtual GoogleCloudAiplatformV1Content Content { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1Content

ETag

The ETag of the item.

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

Facts

Optional. Facts used to generate the text can also be used to corroborate the text.

Declaration
[JsonProperty("facts")]
public virtual IList<GoogleCloudAiplatformV1Fact> Facts { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1Fact>

Parameters

Optional. Parameters that can be set to override default settings per request.

Declaration
[JsonProperty("parameters")]
public virtual GoogleCloudAiplatformV1CorroborateContentRequestParameters Parameters { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1CorroborateContentRequestParameters

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX