Class ExportDataResponse.Builder (3.84.0)

public static final class ExportDataResponse.Builder extends GeneratedMessage.Builder<ExportDataResponse.Builder> implements ExportDataResponseOrBuilder

Response message for DatasetService.ExportData.

Protobuf type google.cloud.aiplatform.v1beta1.ExportDataResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllExportedFiles(Iterable<String> values)

public ExportDataResponse.Builder addAllExportedFiles(Iterable<String> values)

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
values Iterable<String>

The exportedFiles to add.

Returns
Type Description
ExportDataResponse.Builder

This builder for chaining.

addExportedFiles(String value)

public ExportDataResponse.Builder addExportedFiles(String value)

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
value String

The exportedFiles to add.

Returns
Type Description
ExportDataResponse.Builder

This builder for chaining.

addExportedFilesBytes(ByteString value)

public ExportDataResponse.Builder addExportedFilesBytes(ByteString value)

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
value ByteString

The bytes of the exportedFiles to add.

Returns
Type Description
ExportDataResponse.Builder

This builder for chaining.

build()

public ExportDataResponse build()
Returns
Type Description
ExportDataResponse

buildPartial()

public ExportDataResponse buildPartial()
Returns
Type Description
ExportDataResponse

clear()

public ExportDataResponse.Builder clear()
Returns
Type Description
ExportDataResponse.Builder
Overrides

clearExportedFiles()

public ExportDataResponse.Builder clearExportedFiles()

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
ExportDataResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExportDataResponse getDefaultInstanceForType()
Returns
Type Description
ExportDataResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExportedFiles(int index)

public 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 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 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 ProtocolStringList 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
ProtocolStringList

A list containing the exportedFiles.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportDataResponse other)

public ExportDataResponse.Builder mergeFrom(ExportDataResponse other)
Parameter
Name Description
other ExportDataResponse
Returns
Type Description
ExportDataResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportDataResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportDataResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportDataResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportDataResponse.Builder
Overrides

setExportedFiles(int index, String value)

public ExportDataResponse.Builder setExportedFiles(int index, String value)

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;

Parameters
Name Description
index int

The index to set the value at.

value String

The exportedFiles to set.

Returns
Type Description
ExportDataResponse.Builder

This builder for chaining.