Class GoogleCloudAiplatformV1beta1CorroborateContentRequest
Request message for CorroborateContent.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1CorroborateContentRequest : IDirectResponseSchema
Properties
Content
Optional. Input content to corroborate, only text format is supported for now.
Declaration
[JsonProperty("content")]
public virtual GoogleCloudAiplatformV1beta1Content Content { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1Content |
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<GoogleCloudAiplatformV1beta1Fact> Facts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1Fact> |
Parameters
Optional. Parameters that can be set to override default settings per request.
Declaration
[JsonProperty("parameters")]
public virtual GoogleCloudAiplatformV1beta1CorroborateContentRequestParameters Parameters { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1CorroborateContentRequestParameters |