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
Static Fields
public static final int ANNOTATION_TYPE_FIELD_NUMBER
Field Value
public static final int BIGQUERY_SOURCE_FIELD_NUMBER
Field Value
public static final int CLASSIFICATION_METADATA_FIELD_NUMBER
Field Value
public static final int DATA_TYPE_FIELD_NUMBER
Field Value
public static final int GCS_SOURCE_FIELD_NUMBER
Field Value
TEXT_METADATA_FIELD_NUMBER
public static final int TEXT_METADATA_FIELD_NUMBER
Field Value
Static Methods
public static InputConfig getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static InputConfig.Builder newBuilder()
Returns
public static InputConfig.Builder newBuilder(InputConfig prototype)
Parameter
Returns
public static InputConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static InputConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InputConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static InputConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InputConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static InputConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InputConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static InputConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InputConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static InputConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InputConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static InputConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<InputConfig> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
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;
Returns
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;
Returns
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;
Returns
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;
Returns
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;
Returns
public DataType getDataType()
Required. Data type must be specifed when user tries to import data.
.google.cloud.datalabeling.v1beta1.DataType data_type = 1;
Returns
public InputConfig.DataTypeMetadataCase getDataTypeMetadataCase()
Returns
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()
Returns
public GcsSource getGcsSource()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;
Returns
public GcsSourceOrBuilder getGcsSourceOrBuilder()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;
Returns
public Parser<InputConfig> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public InputConfig.SourceCase getSourceCase()
Returns
getTextMetadata()
public TextMetadata getTextMetadata()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;
Returns
getTextMetadataOrBuilder()
public TextMetadataOrBuilder getTextMetadataOrBuilder()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public InputConfig.Builder newBuilderForType()
Returns
protected InputConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public InputConfig.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions