Cloud AI Platform v1 API - Class ExportDataConfig (2.16.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ExportDataConfig.

Describes what part of the Dataset is to be exported, the destination of the export and how to export.

Inheritance

object > ExportDataConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExportDataConfig()

public ExportDataConfig()

ExportDataConfig(ExportDataConfig)

public ExportDataConfig(ExportDataConfig other)
Parameter
NameDescription
otherExportDataConfig

Properties

AnnotationsFilter

public string AnnotationsFilter { get; set; }

An expression for filtering what part of the Dataset is to be exported. Only Annotations that match this filter will be exported. The filter syntax is the same as in [ListAnnotations][google.cloud.aiplatform.v1.DatasetService.ListAnnotations].

Property Value
TypeDescription
string

DestinationCase

public ExportDataConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
ExportDataConfigDestinationOneofCase

FractionSplit

public ExportFractionSplit FractionSplit { get; set; }

Split based on fractions defining the size of each set.

Property Value
TypeDescription
ExportFractionSplit

GcsDestination

public GcsDestination GcsDestination { get; set; }

The Google Cloud Storage location where the output is to be written to. In the given directory a new directory will be created with name: export-data-<dataset-display-name>-<timestamp-of-export-call> where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export output will be written into that directory. Inside that directory, annotations with the same schema will be grouped into sub directories which are named with the corresponding annotations' schema title. Inside these sub directories, a schema.yaml will be created to describe the output format.

Property Value
TypeDescription
GcsDestination

SplitCase

public ExportDataConfig.SplitOneofCase SplitCase { get; }
Property Value
TypeDescription
ExportDataConfigSplitOneofCase