Interface ExportDataResponseOrBuilder (3.44.0)

public interface ExportDataResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataStats()

public abstract Model.DataStats getDataStats()

Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.

.google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;

Returns
Type Description
Model.DataStats

The dataStats.

getDataStatsOrBuilder()

public abstract Model.DataStatsOrBuilder getDataStatsOrBuilder()

Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.

.google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;

Returns
Type Description
Model.DataStatsOrBuilder

getExportedFiles(int index)

public abstract String getExportedFiles(int index)

All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).

repeated string exported_files = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The exportedFiles at the given index.

getExportedFilesBytes(int index)

public abstract ByteString getExportedFilesBytes(int index)

All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).

repeated string exported_files = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the exportedFiles at the given index.

getExportedFilesCount()

public abstract int getExportedFilesCount()

All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).

repeated string exported_files = 1;

Returns
Type Description
int

The count of exportedFiles.

getExportedFilesList()

public abstract List<String> getExportedFilesList()

All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).

repeated string exported_files = 1;

Returns
Type Description
List<String>

A list containing the exportedFiles.

hasDataStats()

public abstract boolean hasDataStats()

Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.

.google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;

Returns
Type Description
boolean

Whether the dataStats field is set.