public interface InputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationType |
getAnnotationType()
Optional.
|
int |
getAnnotationTypeValue()
Optional.
|
BigQuerySource |
getBigquerySource()
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5; |
BigQuerySourceOrBuilder |
getBigquerySourceOrBuilder()
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5; |
ClassificationMetadata |
getClassificationMetadata()
Optional.
|
ClassificationMetadataOrBuilder |
getClassificationMetadataOrBuilder()
Optional.
|
DataType |
getDataType()
Required.
|
InputConfig.DataTypeMetadataCase |
getDataTypeMetadataCase() |
int |
getDataTypeValue()
Required.
|
GcsSource |
getGcsSource()
Source located in Cloud Storage.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Source located in Cloud Storage.
|
InputConfig.SourceCase |
getSourceCase() |
TextMetadata |
getTextMetadata()
Required for text import, as language code must be specified.
|
TextMetadataOrBuilder |
getTextMetadataOrBuilder()
Required for text import, as language code must be specified.
|
boolean |
hasBigquerySource()
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5; |
boolean |
hasClassificationMetadata()
Optional.
|
boolean |
hasGcsSource()
Source located in Cloud Storage.
|
boolean |
hasTextMetadata()
Required for text import, as language code must be specified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTextMetadata()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;TextMetadata getTextMetadata()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;TextMetadataOrBuilder getTextMetadataOrBuilder()
Required for text import, as language code must be specified.
.google.cloud.datalabeling.v1beta1.TextMetadata text_metadata = 6;boolean hasGcsSource()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;GcsSource getGcsSource()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;GcsSourceOrBuilder getGcsSourceOrBuilder()
Source located in Cloud Storage.
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;boolean hasBigquerySource()
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;BigQuerySource getBigquerySource()
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
.google.cloud.datalabeling.v1beta1.BigQuerySource bigquery_source = 5;int getDataTypeValue()
Required. Data type must be specifed when user tries to import data.
.google.cloud.datalabeling.v1beta1.DataType data_type = 1;DataType getDataType()
Required. Data type must be specifed when user tries to import data.
.google.cloud.datalabeling.v1beta1.DataType data_type = 1;int getAnnotationTypeValue()
Optional. If input contains annotation, user needs to specify the type and metadata of the annotation when creating it as an annotated dataset.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 3;AnnotationType getAnnotationType()
Optional. If input contains annotation, user needs to specify the type and metadata of the annotation when creating it as an annotated dataset.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 3;boolean hasClassificationMetadata()
Optional. Metadata about annotations in the input. Each annotation type may have different metadata. Metadata for classification problem.
.google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
ClassificationMetadata getClassificationMetadata()
Optional. Metadata about annotations in the input. Each annotation type may have different metadata. Metadata for classification problem.
.google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
ClassificationMetadataOrBuilder getClassificationMetadataOrBuilder()
Optional. Metadata about annotations in the input. Each annotation type may have different metadata. Metadata for classification problem.
.google.cloud.datalabeling.v1beta1.ClassificationMetadata classification_metadata = 4;
InputConfig.DataTypeMetadataCase getDataTypeMetadataCase()
InputConfig.SourceCase getSourceCase()
Copyright © 2019 Google LLC. All rights reserved.