Class InputConfig

  • All Implemented Interfaces:
    InputConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class InputConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements InputConfigOrBuilder
     The configuration of input data, including data type, location, etc.
     
    Protobuf type google.cloud.datalabeling.v1beta1.InputConfig
    See Also:
    Serialized Form
    • Field Detail

      • TEXT_METADATA_FIELD_NUMBER

        public static final int TEXT_METADATA_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GCS_SOURCE_FIELD_NUMBER

        public static final int GCS_SOURCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BIGQUERY_SOURCE_FIELD_NUMBER

        public static final int BIGQUERY_SOURCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ANNOTATION_TYPE_FIELD_NUMBER

        public static final int ANNOTATION_TYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CLASSIFICATION_METADATA_FIELD_NUMBER

        public static final int CLASSIFICATION_METADATA_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasTextMetadata

        public boolean hasTextMetadata()
         Required for text import, as language code must be specified.
         
        .google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;
        Specified by:
        hasTextMetadata in interface InputConfigOrBuilder
        Returns:
        Whether the textMetadata field is set.
      • getTextMetadata

        public TextMetadata getTextMetadata()
         Required for text import, as language code must be specified.
         
        .google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;
        Specified by:
        getTextMetadata in interface InputConfigOrBuilder
        Returns:
        The textMetadata.
      • hasGcsSource

        public boolean hasGcsSource()
         Source located in Cloud Storage.
         
        .google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;
        Specified by:
        hasGcsSource in interface InputConfigOrBuilder
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        public GcsSource getGcsSource()
         Source located in Cloud Storage.
         
        .google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;
        Specified by:
        getGcsSource in interface InputConfigOrBuilder
        Returns:
        The gcsSource.
      • hasBigquerySource

        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.EvaluationJob].
         
        .google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;
        Specified by:
        hasBigquerySource in interface InputConfigOrBuilder
        Returns:
        Whether the bigquerySource field is set.
      • getBigquerySource

        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.EvaluationJob].
         
        .google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;
        Specified by:
        getBigquerySource in interface InputConfigOrBuilder
        Returns:
        The bigquerySource.
      • getBigquerySourceOrBuilder

        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.EvaluationJob].
         
        .google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;
        Specified by:
        getBigquerySourceOrBuilder in interface InputConfigOrBuilder
      • getDataTypeValue

        public int getDataTypeValue()
         Required. Data type must be specifed when user tries to import data.
         
        .google.cloud.datalabeling.v1beta1.DataType data_type = 1;
        Specified by:
        getDataTypeValue in interface InputConfigOrBuilder
        Returns:
        The enum numeric value on the wire for dataType.
      • getDataType

        public DataType getDataType()
         Required. Data type must be specifed when user tries to import data.
         
        .google.cloud.datalabeling.v1beta1.DataType data_type = 1;
        Specified by:
        getDataType in interface InputConfigOrBuilder
        Returns:
        The dataType.
      • getAnnotationTypeValue

        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.EvaluationJob].
         
        .google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 3;
        Specified by:
        getAnnotationTypeValue in interface InputConfigOrBuilder
        Returns:
        The enum numeric value on the wire for annotationType.
      • getAnnotationType

        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.EvaluationJob].
         
        .google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 3;
        Specified by:
        getAnnotationType in interface InputConfigOrBuilder
        Returns:
        The annotationType.
      • hasClassificationMetadata

        public boolean hasClassificationMetadata()
         Optional. Metadata about annotations for the input. You must specify this
         field if you are using this InputConfig in an [EvaluationJob][google.cloud.datalabeling.v1beta1.EvaluationJob] for a
         model version that performs classification.
         
        .google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
        Specified by:
        hasClassificationMetadata in interface InputConfigOrBuilder
        Returns:
        Whether the classificationMetadata field is set.
      • getClassificationMetadata

        public ClassificationMetadata getClassificationMetadata()
         Optional. Metadata about annotations for the input. You must specify this
         field if you are using this InputConfig in an [EvaluationJob][google.cloud.datalabeling.v1beta1.EvaluationJob] for a
         model version that performs classification.
         
        .google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
        Specified by:
        getClassificationMetadata in interface InputConfigOrBuilder
        Returns:
        The classificationMetadata.
      • getClassificationMetadataOrBuilder

        public ClassificationMetadataOrBuilder getClassificationMetadataOrBuilder()
         Optional. Metadata about annotations for the input. You must specify this
         field if you are using this InputConfig in an [EvaluationJob][google.cloud.datalabeling.v1beta1.EvaluationJob] for a
         model version that performs classification.
         
        .google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
        Specified by:
        getClassificationMetadataOrBuilder in interface InputConfigOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static InputConfig parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InputConfig parseFrom​(ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InputConfig parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InputConfig parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InputConfig parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InputConfig parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static InputConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Throws:
        IOException
      • newBuilderForType

        public InputConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public InputConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected InputConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static InputConfig getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<InputConfig> parser()
      • getParserForType

        public com.google.protobuf.Parser<InputConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public InputConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder