Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration

A single iteration of the schema generation.

Inheritance
object
GoogleCloudDocumentaiV1beta3SchemaGenerationIteration
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.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration : IDirectResponseSchema

Properties

AdjustedSchema

Optional. The previous schema version adjusted by the model.

Declaration
[JsonProperty("adjustedSchema")]
public virtual GoogleCloudDocumentaiV1beta3SchemaVersion AdjustedSchema { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3SchemaVersion

ETag

The ETag of the item.

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

GeneratedSchema

Required. The schema version generated by the model.

Declaration
[JsonProperty("generatedSchema")]
public virtual GoogleCloudDocumentaiV1beta3SchemaVersion GeneratedSchema { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3SchemaVersion

Prompt

Optional. The prompt used for the iteration.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX