Cloud Document AI v1beta3 API - Class Dataset (2.0.0-beta18)

public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Dataset.

A singleton resource under a [Processor][google.cloud.documentai.v1beta3.Processor] which configures a collection of documents.

Inheritance

object > Dataset

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

Dataset()

public Dataset()

Dataset(Dataset)

public Dataset(Dataset other)
Parameter
NameDescription
otherDataset

Properties

DatasetName

public DatasetName DatasetName { get; set; }

DatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetName

DocumentWarehouseConfig

[Obsolete]
public Dataset.Types.DocumentWarehouseConfig DocumentWarehouseConfig { get; set; }

Optional. Deprecated. Warehouse-based dataset configuration is not supported.

Property Value
TypeDescription
DatasetTypesDocumentWarehouseConfig

GcsManagedConfig

public Dataset.Types.GCSManagedConfig GcsManagedConfig { get; set; }

Optional. User-managed Cloud Storage dataset configuration. Use this configuration if the dataset documents are stored under a user-managed Cloud Storage location.

Property Value
TypeDescription
DatasetTypesGCSManagedConfig

IndexingSourceCase

public Dataset.IndexingSourceOneofCase IndexingSourceCase { get; }
Property Value
TypeDescription
DatasetIndexingSourceOneofCase

Name

public string Name { get; set; }

Dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset

Property Value
TypeDescription
string

SpannerIndexingConfig

public Dataset.Types.SpannerIndexingConfig SpannerIndexingConfig { get; set; }

Optional. A lightweight indexing source with low latency and high reliability, but lacking advanced features like CMEK and content-based search.

Property Value
TypeDescription
DatasetTypesSpannerIndexingConfig

State

public Dataset.Types.State State { get; set; }

Required. State of the dataset. Ignored when updating dataset.

Property Value
TypeDescription
DatasetTypesState

StorageSourceCase

public Dataset.StorageSourceOneofCase StorageSourceCase { get; }
Property Value
TypeDescription
DatasetStorageSourceOneofCase

UnmanagedDatasetConfig

public Dataset.Types.UnmanagedDatasetConfig UnmanagedDatasetConfig { get; set; }

Optional. Unmanaged dataset configuration. Use this configuration if the dataset documents are managed by the document service internally (not user-managed).

Property Value
TypeDescription
DatasetTypesUnmanagedDatasetConfig