public interface InputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType()
Required.
|
int |
getDataTypeValue()
Required.
|
GcsSource |
getGcsSource()
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2; |
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2; |
InputConfig.SourceCase |
getSourceCase() |
boolean |
hasGcsSource()
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;GcsSource getGcsSource()
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;GcsSourceOrBuilder getGcsSourceOrBuilder()
.google.cloud.datalabeling.v1beta1.GcsSource gcs_source = 2;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;InputConfig.SourceCase getSourceCase()
Copyright © 2019 Google LLC. All rights reserved.