public final class InputConfig extends GeneratedMessageV3 implements InputConfigOrBuilder
The configuration of input data, including data type, location, etc.
Protobuf type google.cloud.datalabeling.v1beta1.InputConfig
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 ANNOTATION_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int BIGQUERY_SOURCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int CLASSIFICATION_METADATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DATA_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int GCS_SOURCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TEXT_METADATA_FIELD_NUMBER
public static final int TEXT_METADATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static InputConfig getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static InputConfig.Builder newBuilder()
public static InputConfig.Builder newBuilder(InputConfig prototype)
public static InputConfig parseDelimitedFrom(InputStream input)
public static InputConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InputConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static InputConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InputConfig parseFrom(ByteString data)
public static InputConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InputConfig parseFrom(CodedInputStream input)
public static InputConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InputConfig parseFrom(InputStream input)
public static InputConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InputConfig parseFrom(ByteBuffer data)
public static InputConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<InputConfig> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public AnnotationType getAnnotationType()
Optional. The type of annotation to be performed on this data. You must
specify this field if you are using this InputConfig in an
EvaluationJob.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 3;
public int getAnnotationTypeValue()
Optional. The type of annotation to be performed on this data. You must
specify this field if you are using this InputConfig in an
EvaluationJob.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 3;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for annotationType.
|
public BigQuerySource getBigquerySource()
Source located in BigQuery. You must specify this field if you are using
this InputConfig in an EvaluationJob.
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;
public BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
Source located in BigQuery. You must specify this field if you are using
this InputConfig in an EvaluationJob.
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;
public ClassificationMetadata getClassificationMetadata()
Optional. Metadata about annotations for the input. You must specify this
field if you are using this InputConfig in an EvaluationJob for a
model version that performs classification.
.google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
public ClassificationMetadataOrBuilder getClassificationMetadataOrBuilder()
Optional. Metadata about annotations for the input. You must specify this
field if you are using this InputConfig in an EvaluationJob for a
model version that performs classification.
.google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
public DataType getDataType()
Required. Data type must be specifed when user tries to import data.
.google.cloud.datalabeling.v1beta1.DataType data_type = 1;
Returns |
Type |
Description |
DataType |
The dataType.
|
public InputConfig.DataTypeMetadataCase getDataTypeMetadataCase()
public int getDataTypeValue()
Required. Data type must be specifed when user tries to import data.
.google.cloud.datalabeling.v1beta1.DataType data_type = 1;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for dataType.
|
public InputConfig getDefaultInstanceForType()
public GcsSource getGcsSource()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;
Returns |
Type |
Description |
GcsSource |
The gcsSource.
|
public GcsSourceOrBuilder getGcsSourceOrBuilder()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;
public Parser<InputConfig> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public InputConfig.SourceCase getSourceCase()
getTextMetadata()
public TextMetadata getTextMetadata()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;
getTextMetadataOrBuilder()
public TextMetadataOrBuilder getTextMetadataOrBuilder()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;
public boolean hasBigquerySource()
Source located in BigQuery. You must specify this field if you are using
this InputConfig in an EvaluationJob.
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;
Returns |
Type |
Description |
boolean |
Whether the bigquerySource field is set.
|
public boolean hasClassificationMetadata()
Optional. Metadata about annotations for the input. You must specify this
field if you are using this InputConfig in an EvaluationJob for a
model version that performs classification.
.google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
Returns |
Type |
Description |
boolean |
Whether the classificationMetadata field is set.
|
public boolean hasGcsSource()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;
Returns |
Type |
Description |
boolean |
Whether the gcsSource field is set.
|
hasTextMetadata()
public boolean hasTextMetadata()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;
Returns |
Type |
Description |
boolean |
Whether the textMetadata field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public InputConfig.Builder newBuilderForType()
protected InputConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public InputConfig.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides