Class MigratableResource.DataLabelingDataset (3.44.0)

public static final class MigratableResource.DataLabelingDataset extends GeneratedMessageV3 implements MigratableResource.DataLabelingDatasetOrBuilder

Represents one Dataset in datalabeling.googleapis.com.

Protobuf type google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MigratableResource.DataLabelingDataset

Static Fields

DATASET_DISPLAY_NAME_FIELD_NUMBER

public static final int DATASET_DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

DATASET_FIELD_NUMBER

public static final int DATASET_FIELD_NUMBER
Field Value
Type Description
int

DATA_LABELING_ANNOTATED_DATASETS_FIELD_NUMBER

public static final int DATA_LABELING_ANNOTATED_DATASETS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MigratableResource.DataLabelingDataset getDefaultInstance()
Returns
Type Description
MigratableResource.DataLabelingDataset

getDescriptor()

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

newBuilder()

public static MigratableResource.DataLabelingDataset.Builder newBuilder()
Returns
Type Description
MigratableResource.DataLabelingDataset.Builder

newBuilder(MigratableResource.DataLabelingDataset prototype)

public static MigratableResource.DataLabelingDataset.Builder newBuilder(MigratableResource.DataLabelingDataset prototype)
Parameter
Name Description
prototype MigratableResource.DataLabelingDataset
Returns
Type Description
MigratableResource.DataLabelingDataset.Builder

parseDelimitedFrom(InputStream input)

public static MigratableResource.DataLabelingDataset parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MigratableResource.DataLabelingDataset parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MigratableResource.DataLabelingDataset parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MigratableResource.DataLabelingDataset parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MigratableResource.DataLabelingDataset parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MigratableResource.DataLabelingDataset parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MigratableResource.DataLabelingDataset parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MigratableResource.DataLabelingDataset parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MigratableResource.DataLabelingDataset parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MigratableResource.DataLabelingDataset parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MigratableResource.DataLabelingDataset parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MigratableResource.DataLabelingDataset parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MigratableResource.DataLabelingDataset
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MigratableResource.DataLabelingDataset> parser()
Returns
Type Description
Parser<DataLabelingDataset>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataLabelingAnnotatedDatasets(int index)

public MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset getDataLabelingAnnotatedDatasets(int index)

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Parameter
Name Description
index int
Returns
Type Description
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset

getDataLabelingAnnotatedDatasetsCount()

public int getDataLabelingAnnotatedDatasetsCount()

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Returns
Type Description
int

getDataLabelingAnnotatedDatasetsList()

public List<MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset> getDataLabelingAnnotatedDatasetsList()

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Returns
Type Description
List<DataLabelingAnnotatedDataset>

getDataLabelingAnnotatedDatasetsOrBuilder(int index)

public MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder getDataLabelingAnnotatedDatasetsOrBuilder(int index)

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Parameter
Name Description
index int
Returns
Type Description
MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder

getDataLabelingAnnotatedDatasetsOrBuilderList()

public List<? extends MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder> getDataLabelingAnnotatedDatasetsOrBuilderList()

The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.

repeated .google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDataset data_labeling_annotated_datasets = 3;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset.DataLabelingAnnotatedDatasetOrBuilder>

getDataset()

public String getDataset()

Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

string dataset = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The dataset.

getDatasetBytes()

public ByteString getDatasetBytes()

Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

string dataset = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for dataset.

getDatasetDisplayName()

public String getDatasetDisplayName()

The Dataset's display name in datalabeling.googleapis.com.

string dataset_display_name = 4;

Returns
Type Description
String

The datasetDisplayName.

getDatasetDisplayNameBytes()

public ByteString getDatasetDisplayNameBytes()

The Dataset's display name in datalabeling.googleapis.com.

string dataset_display_name = 4;

Returns
Type Description
ByteString

The bytes for datasetDisplayName.

getDefaultInstanceForType()

public MigratableResource.DataLabelingDataset getDefaultInstanceForType()
Returns
Type Description
MigratableResource.DataLabelingDataset

getParserForType()

public Parser<MigratableResource.DataLabelingDataset> getParserForType()
Returns
Type Description
Parser<DataLabelingDataset>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MigratableResource.DataLabelingDataset.Builder newBuilderForType()
Returns
Type Description
MigratableResource.DataLabelingDataset.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MigratableResource.DataLabelingDataset.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MigratableResource.DataLabelingDataset.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public MigratableResource.DataLabelingDataset.Builder toBuilder()
Returns
Type Description
MigratableResource.DataLabelingDataset.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException