public final class ExportDataResponse extends GeneratedMessageV3 implements ExportDataResponseOrBuilder
Response message for
DatasetService.ExportData.
Protobuf type google.cloud.aiplatform.v1.ExportDataResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DATA_STATS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int EXPORTED_FILES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ExportDataResponse getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ExportDataResponse.Builder newBuilder()
public static ExportDataResponse.Builder newBuilder(ExportDataResponse prototype)
public static ExportDataResponse parseDelimitedFrom(InputStream input)
public static ExportDataResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportDataResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ExportDataResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportDataResponse parseFrom(ByteString data)
public static ExportDataResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportDataResponse parseFrom(CodedInputStream input)
public static ExportDataResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportDataResponse parseFrom(InputStream input)
public static ExportDataResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportDataResponse parseFrom(ByteBuffer data)
public static ExportDataResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ExportDataResponse> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public 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;
public 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;
public ExportDataResponse getDefaultInstanceForType()
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.
|
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.
|
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.
|
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;
public Parser<ExportDataResponse> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public 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.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ExportDataResponse.Builder newBuilderForType()
protected ExportDataResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ExportDataResponse.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides