Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1SchemaGenerationIteration

A single iteration of the schema generation.

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

Properties

AdjustedSchema

Optional. The previous schema version adjusted by the model.

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

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 GoogleCloudDocumentaiV1SchemaVersion GeneratedSchema { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1SchemaVersion

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