public final class Schema extends com.google.protobuf.GeneratedMessageV3 implements SchemaOrBuilder
Message to represent schema information. NextID: 14Protobuf type
tensorflow.metadata.v0.Schema| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Builder
Message to represent schema information.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOTATION_FIELD_NUMBER |
static int |
DATASET_CONSTRAINTS_FIELD_NUMBER |
static int |
DEFAULT_ENVIRONMENT_FIELD_NUMBER |
static int |
FEATURE_FIELD_NUMBER |
static int |
FLOAT_DOMAIN_FIELD_NUMBER |
static int |
INT_DOMAIN_FIELD_NUMBER |
static com.google.protobuf.Parser<Schema> |
PARSER
Deprecated.
|
static int |
SPARSE_FEATURE_FIELD_NUMBER |
static int |
STRING_DOMAIN_FIELD_NUMBER |
static int |
TENSOR_REPRESENTATION_GROUP_FIELD_NUMBER |
static int |
WEIGHTED_FEATURE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTensorRepresentationGroup(String key)
TensorRepresentation groups.
|
boolean |
equals(Object obj) |
Annotation |
getAnnotation()
Additional information about the schema as a whole.
|
AnnotationOrBuilder |
getAnnotationOrBuilder()
Additional information about the schema as a whole.
|
DatasetConstraints |
getDatasetConstraints()
Dataset-level constraints.
|
DatasetConstraintsOrBuilder |
getDatasetConstraintsOrBuilder()
Dataset-level constraints.
|
String |
getDefaultEnvironment(int index)
Default environments for each feature.
|
com.google.protobuf.ByteString |
getDefaultEnvironmentBytes(int index)
Default environments for each feature.
|
int |
getDefaultEnvironmentCount()
Default environments for each feature.
|
com.google.protobuf.ProtocolStringList |
getDefaultEnvironmentList()
Default environments for each feature.
|
static Schema |
getDefaultInstance() |
Schema |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Feature |
getFeature(int index)
Features described in this schema.
|
int |
getFeatureCount()
Features described in this schema.
|
List<Feature> |
getFeatureList()
Features described in this schema.
|
FeatureOrBuilder |
getFeatureOrBuilder(int index)
Features described in this schema.
|
List<? extends FeatureOrBuilder> |
getFeatureOrBuilderList()
Features described in this schema.
|
FloatDomain |
getFloatDomain(int index)
top level float domains that can be reused by features
|
int |
getFloatDomainCount()
top level float domains that can be reused by features
|
List<FloatDomain> |
getFloatDomainList()
top level float domains that can be reused by features
|
FloatDomainOrBuilder |
getFloatDomainOrBuilder(int index)
top level float domains that can be reused by features
|
List<? extends FloatDomainOrBuilder> |
getFloatDomainOrBuilderList()
top level float domains that can be reused by features
|
IntDomain |
getIntDomain(int index)
top level int domains that can be reused by features
|
int |
getIntDomainCount()
top level int domains that can be reused by features
|
List<IntDomain> |
getIntDomainList()
top level int domains that can be reused by features
|
IntDomainOrBuilder |
getIntDomainOrBuilder(int index)
top level int domains that can be reused by features
|
List<? extends IntDomainOrBuilder> |
getIntDomainOrBuilderList()
top level int domains that can be reused by features
|
com.google.protobuf.Parser<Schema> |
getParserForType() |
int |
getSerializedSize() |
SparseFeature |
getSparseFeature(int index)
Sparse features described in this schema.
|
int |
getSparseFeatureCount()
Sparse features described in this schema.
|
List<SparseFeature> |
getSparseFeatureList()
Sparse features described in this schema.
|
SparseFeatureOrBuilder |
getSparseFeatureOrBuilder(int index)
Sparse features described in this schema.
|
List<? extends SparseFeatureOrBuilder> |
getSparseFeatureOrBuilderList()
Sparse features described in this schema.
|
StringDomain |
getStringDomain(int index)
declared as top-level features in <feature>.
|
int |
getStringDomainCount()
declared as top-level features in <feature>.
|
List<StringDomain> |
getStringDomainList()
declared as top-level features in <feature>.
|
StringDomainOrBuilder |
getStringDomainOrBuilder(int index)
declared as top-level features in <feature>.
|
List<? extends StringDomainOrBuilder> |
getStringDomainOrBuilderList()
declared as top-level features in <feature>.
|
Map<String,TensorRepresentationGroup> |
getTensorRepresentationGroup()
Deprecated.
|
int |
getTensorRepresentationGroupCount()
TensorRepresentation groups.
|
Map<String,TensorRepresentationGroup> |
getTensorRepresentationGroupMap()
TensorRepresentation groups.
|
TensorRepresentationGroup |
getTensorRepresentationGroupOrDefault(String key,
TensorRepresentationGroup defaultValue)
TensorRepresentation groups.
|
TensorRepresentationGroup |
getTensorRepresentationGroupOrThrow(String key)
TensorRepresentation groups.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
WeightedFeature |
getWeightedFeature(int index)
Weighted features described in this schema.
|
int |
getWeightedFeatureCount()
Weighted features described in this schema.
|
List<WeightedFeature> |
getWeightedFeatureList()
Weighted features described in this schema.
|
WeightedFeatureOrBuilder |
getWeightedFeatureOrBuilder(int index)
Weighted features described in this schema.
|
List<? extends WeightedFeatureOrBuilder> |
getWeightedFeatureOrBuilderList()
Weighted features described in this schema.
|
boolean |
hasAnnotation()
Additional information about the schema as a whole.
|
boolean |
hasDatasetConstraints()
Dataset-level constraints.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Schema.Builder |
newBuilder() |
static Schema.Builder |
newBuilder(Schema prototype) |
Schema.Builder |
newBuilderForType() |
protected Schema.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Schema |
parseDelimitedFrom(InputStream input) |
static Schema |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
parseFrom(byte[] data) |
static Schema |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
parseFrom(ByteBuffer data) |
static Schema |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
parseFrom(com.google.protobuf.ByteString data) |
static Schema |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Schema |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
parseFrom(InputStream input) |
static Schema |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Schema> |
parser() |
Schema.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FEATURE_FIELD_NUMBER
public static final int SPARSE_FEATURE_FIELD_NUMBER
public static final int WEIGHTED_FEATURE_FIELD_NUMBER
public static final int STRING_DOMAIN_FIELD_NUMBER
public static final int FLOAT_DOMAIN_FIELD_NUMBER
public static final int INT_DOMAIN_FIELD_NUMBER
public static final int DEFAULT_ENVIRONMENT_FIELD_NUMBER
public static final int ANNOTATION_FIELD_NUMBER
public static final int DATASET_CONSTRAINTS_FIELD_NUMBER
public static final int TENSOR_REPRESENTATION_GROUP_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Schema> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<Feature> getFeatureList()
Features described in this schema.
repeated .tensorflow.metadata.v0.Feature feature = 1;getFeatureList in interface SchemaOrBuilderpublic List<? extends FeatureOrBuilder> getFeatureOrBuilderList()
Features described in this schema.
repeated .tensorflow.metadata.v0.Feature feature = 1;getFeatureOrBuilderList in interface SchemaOrBuilderpublic int getFeatureCount()
Features described in this schema.
repeated .tensorflow.metadata.v0.Feature feature = 1;getFeatureCount in interface SchemaOrBuilderpublic Feature getFeature(int index)
Features described in this schema.
repeated .tensorflow.metadata.v0.Feature feature = 1;getFeature in interface SchemaOrBuilderpublic FeatureOrBuilder getFeatureOrBuilder(int index)
Features described in this schema.
repeated .tensorflow.metadata.v0.Feature feature = 1;getFeatureOrBuilder in interface SchemaOrBuilderpublic List<SparseFeature> getSparseFeatureList()
Sparse features described in this schema.
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 6;getSparseFeatureList in interface SchemaOrBuilderpublic List<? extends SparseFeatureOrBuilder> getSparseFeatureOrBuilderList()
Sparse features described in this schema.
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 6;getSparseFeatureOrBuilderList in interface SchemaOrBuilderpublic int getSparseFeatureCount()
Sparse features described in this schema.
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 6;getSparseFeatureCount in interface SchemaOrBuilderpublic SparseFeature getSparseFeature(int index)
Sparse features described in this schema.
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 6;getSparseFeature in interface SchemaOrBuilderpublic SparseFeatureOrBuilder getSparseFeatureOrBuilder(int index)
Sparse features described in this schema.
repeated .tensorflow.metadata.v0.SparseFeature sparse_feature = 6;getSparseFeatureOrBuilder in interface SchemaOrBuilderpublic List<WeightedFeature> getWeightedFeatureList()
Weighted features described in this schema.
repeated .tensorflow.metadata.v0.WeightedFeature weighted_feature = 12;getWeightedFeatureList in interface SchemaOrBuilderpublic List<? extends WeightedFeatureOrBuilder> getWeightedFeatureOrBuilderList()
Weighted features described in this schema.
repeated .tensorflow.metadata.v0.WeightedFeature weighted_feature = 12;getWeightedFeatureOrBuilderList in interface SchemaOrBuilderpublic int getWeightedFeatureCount()
Weighted features described in this schema.
repeated .tensorflow.metadata.v0.WeightedFeature weighted_feature = 12;getWeightedFeatureCount in interface SchemaOrBuilderpublic WeightedFeature getWeightedFeature(int index)
Weighted features described in this schema.
repeated .tensorflow.metadata.v0.WeightedFeature weighted_feature = 12;getWeightedFeature in interface SchemaOrBuilderpublic WeightedFeatureOrBuilder getWeightedFeatureOrBuilder(int index)
Weighted features described in this schema.
repeated .tensorflow.metadata.v0.WeightedFeature weighted_feature = 12;getWeightedFeatureOrBuilder in interface SchemaOrBuilderpublic List<StringDomain> getStringDomainList()
declared as top-level features in <feature>. String domains referenced in the features.
repeated .tensorflow.metadata.v0.StringDomain string_domain = 4;getStringDomainList in interface SchemaOrBuilderpublic List<? extends StringDomainOrBuilder> getStringDomainOrBuilderList()
declared as top-level features in <feature>. String domains referenced in the features.
repeated .tensorflow.metadata.v0.StringDomain string_domain = 4;getStringDomainOrBuilderList in interface SchemaOrBuilderpublic int getStringDomainCount()
declared as top-level features in <feature>. String domains referenced in the features.
repeated .tensorflow.metadata.v0.StringDomain string_domain = 4;getStringDomainCount in interface SchemaOrBuilderpublic StringDomain getStringDomain(int index)
declared as top-level features in <feature>. String domains referenced in the features.
repeated .tensorflow.metadata.v0.StringDomain string_domain = 4;getStringDomain in interface SchemaOrBuilderpublic StringDomainOrBuilder getStringDomainOrBuilder(int index)
declared as top-level features in <feature>. String domains referenced in the features.
repeated .tensorflow.metadata.v0.StringDomain string_domain = 4;getStringDomainOrBuilder in interface SchemaOrBuilderpublic List<FloatDomain> getFloatDomainList()
top level float domains that can be reused by features
repeated .tensorflow.metadata.v0.FloatDomain float_domain = 9;getFloatDomainList in interface SchemaOrBuilderpublic List<? extends FloatDomainOrBuilder> getFloatDomainOrBuilderList()
top level float domains that can be reused by features
repeated .tensorflow.metadata.v0.FloatDomain float_domain = 9;getFloatDomainOrBuilderList in interface SchemaOrBuilderpublic int getFloatDomainCount()
top level float domains that can be reused by features
repeated .tensorflow.metadata.v0.FloatDomain float_domain = 9;getFloatDomainCount in interface SchemaOrBuilderpublic FloatDomain getFloatDomain(int index)
top level float domains that can be reused by features
repeated .tensorflow.metadata.v0.FloatDomain float_domain = 9;getFloatDomain in interface SchemaOrBuilderpublic FloatDomainOrBuilder getFloatDomainOrBuilder(int index)
top level float domains that can be reused by features
repeated .tensorflow.metadata.v0.FloatDomain float_domain = 9;getFloatDomainOrBuilder in interface SchemaOrBuilderpublic List<IntDomain> getIntDomainList()
top level int domains that can be reused by features
repeated .tensorflow.metadata.v0.IntDomain int_domain = 10;getIntDomainList in interface SchemaOrBuilderpublic List<? extends IntDomainOrBuilder> getIntDomainOrBuilderList()
top level int domains that can be reused by features
repeated .tensorflow.metadata.v0.IntDomain int_domain = 10;getIntDomainOrBuilderList in interface SchemaOrBuilderpublic int getIntDomainCount()
top level int domains that can be reused by features
repeated .tensorflow.metadata.v0.IntDomain int_domain = 10;getIntDomainCount in interface SchemaOrBuilderpublic IntDomain getIntDomain(int index)
top level int domains that can be reused by features
repeated .tensorflow.metadata.v0.IntDomain int_domain = 10;getIntDomain in interface SchemaOrBuilderpublic IntDomainOrBuilder getIntDomainOrBuilder(int index)
top level int domains that can be reused by features
repeated .tensorflow.metadata.v0.IntDomain int_domain = 10;getIntDomainOrBuilder in interface SchemaOrBuilderpublic com.google.protobuf.ProtocolStringList getDefaultEnvironmentList()
Default environments for each feature.
An environment represents both a type of location (e.g. a server or phone)
and a time (e.g. right before model X is run). In the standard scenario,
99% of the features should be in the default environments TRAINING,
SERVING, and the LABEL (or labels) AND WEIGHT is only available at TRAINING
(not at serving).
Other possible variations:
1. There may be TRAINING_MOBILE, SERVING_MOBILE, TRAINING_SERVICE,
and SERVING_SERVICE.
2. If one is ensembling three models, where the predictions of the first
three models are available for the ensemble model, there may be
TRAINING, SERVING_INITIAL, SERVING_ENSEMBLE.
See FeatureProto::not_in_environment and FeatureProto::in_environment.
repeated string default_environment = 5;getDefaultEnvironmentList in interface SchemaOrBuilderpublic int getDefaultEnvironmentCount()
Default environments for each feature.
An environment represents both a type of location (e.g. a server or phone)
and a time (e.g. right before model X is run). In the standard scenario,
99% of the features should be in the default environments TRAINING,
SERVING, and the LABEL (or labels) AND WEIGHT is only available at TRAINING
(not at serving).
Other possible variations:
1. There may be TRAINING_MOBILE, SERVING_MOBILE, TRAINING_SERVICE,
and SERVING_SERVICE.
2. If one is ensembling three models, where the predictions of the first
three models are available for the ensemble model, there may be
TRAINING, SERVING_INITIAL, SERVING_ENSEMBLE.
See FeatureProto::not_in_environment and FeatureProto::in_environment.
repeated string default_environment = 5;getDefaultEnvironmentCount in interface SchemaOrBuilderpublic String getDefaultEnvironment(int index)
Default environments for each feature.
An environment represents both a type of location (e.g. a server or phone)
and a time (e.g. right before model X is run). In the standard scenario,
99% of the features should be in the default environments TRAINING,
SERVING, and the LABEL (or labels) AND WEIGHT is only available at TRAINING
(not at serving).
Other possible variations:
1. There may be TRAINING_MOBILE, SERVING_MOBILE, TRAINING_SERVICE,
and SERVING_SERVICE.
2. If one is ensembling three models, where the predictions of the first
three models are available for the ensemble model, there may be
TRAINING, SERVING_INITIAL, SERVING_ENSEMBLE.
See FeatureProto::not_in_environment and FeatureProto::in_environment.
repeated string default_environment = 5;getDefaultEnvironment in interface SchemaOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getDefaultEnvironmentBytes(int index)
Default environments for each feature.
An environment represents both a type of location (e.g. a server or phone)
and a time (e.g. right before model X is run). In the standard scenario,
99% of the features should be in the default environments TRAINING,
SERVING, and the LABEL (or labels) AND WEIGHT is only available at TRAINING
(not at serving).
Other possible variations:
1. There may be TRAINING_MOBILE, SERVING_MOBILE, TRAINING_SERVICE,
and SERVING_SERVICE.
2. If one is ensembling three models, where the predictions of the first
three models are available for the ensemble model, there may be
TRAINING, SERVING_INITIAL, SERVING_ENSEMBLE.
See FeatureProto::not_in_environment and FeatureProto::in_environment.
repeated string default_environment = 5;getDefaultEnvironmentBytes in interface SchemaOrBuilderindex - The index of the value to return.public boolean hasAnnotation()
Additional information about the schema as a whole. Features may also be annotated individually.
optional .tensorflow.metadata.v0.Annotation annotation = 8;hasAnnotation in interface SchemaOrBuilderpublic Annotation getAnnotation()
Additional information about the schema as a whole. Features may also be annotated individually.
optional .tensorflow.metadata.v0.Annotation annotation = 8;getAnnotation in interface SchemaOrBuilderpublic AnnotationOrBuilder getAnnotationOrBuilder()
Additional information about the schema as a whole. Features may also be annotated individually.
optional .tensorflow.metadata.v0.Annotation annotation = 8;getAnnotationOrBuilder in interface SchemaOrBuilderpublic boolean hasDatasetConstraints()
Dataset-level constraints. This is currently used for specifying information about changes in num_examples.
optional .tensorflow.metadata.v0.DatasetConstraints dataset_constraints = 11;hasDatasetConstraints in interface SchemaOrBuilderpublic DatasetConstraints getDatasetConstraints()
Dataset-level constraints. This is currently used for specifying information about changes in num_examples.
optional .tensorflow.metadata.v0.DatasetConstraints dataset_constraints = 11;getDatasetConstraints in interface SchemaOrBuilderpublic DatasetConstraintsOrBuilder getDatasetConstraintsOrBuilder()
Dataset-level constraints. This is currently used for specifying information about changes in num_examples.
optional .tensorflow.metadata.v0.DatasetConstraints dataset_constraints = 11;getDatasetConstraintsOrBuilder in interface SchemaOrBuilderpublic int getTensorRepresentationGroupCount()
SchemaOrBuilderTensorRepresentation groups. The keys are the names of the groups. Key "" (empty string) denotes the "default" group, which is what should be used when a group name is not provided. See the documentation at TensorRepresentationGroup for more info. Under development. DO NOT USE.
map<string, .tensorflow.metadata.v0.TensorRepresentationGroup> tensor_representation_group = 13;getTensorRepresentationGroupCount in interface SchemaOrBuilderpublic boolean containsTensorRepresentationGroup(String key)
TensorRepresentation groups. The keys are the names of the groups. Key "" (empty string) denotes the "default" group, which is what should be used when a group name is not provided. See the documentation at TensorRepresentationGroup for more info. Under development. DO NOT USE.
map<string, .tensorflow.metadata.v0.TensorRepresentationGroup> tensor_representation_group = 13;containsTensorRepresentationGroup in interface SchemaOrBuilder@Deprecated public Map<String,TensorRepresentationGroup> getTensorRepresentationGroup()
getTensorRepresentationGroupMap() instead.getTensorRepresentationGroup in interface SchemaOrBuilderpublic Map<String,TensorRepresentationGroup> getTensorRepresentationGroupMap()
TensorRepresentation groups. The keys are the names of the groups. Key "" (empty string) denotes the "default" group, which is what should be used when a group name is not provided. See the documentation at TensorRepresentationGroup for more info. Under development. DO NOT USE.
map<string, .tensorflow.metadata.v0.TensorRepresentationGroup> tensor_representation_group = 13;getTensorRepresentationGroupMap in interface SchemaOrBuilderpublic TensorRepresentationGroup getTensorRepresentationGroupOrDefault(String key, TensorRepresentationGroup defaultValue)
TensorRepresentation groups. The keys are the names of the groups. Key "" (empty string) denotes the "default" group, which is what should be used when a group name is not provided. See the documentation at TensorRepresentationGroup for more info. Under development. DO NOT USE.
map<string, .tensorflow.metadata.v0.TensorRepresentationGroup> tensor_representation_group = 13;getTensorRepresentationGroupOrDefault in interface SchemaOrBuilderpublic TensorRepresentationGroup getTensorRepresentationGroupOrThrow(String key)
TensorRepresentation groups. The keys are the names of the groups. Key "" (empty string) denotes the "default" group, which is what should be used when a group name is not provided. See the documentation at TensorRepresentationGroup for more info. Under development. DO NOT USE.
map<string, .tensorflow.metadata.v0.TensorRepresentationGroup> tensor_representation_group = 13;getTensorRepresentationGroupOrThrow in interface SchemaOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Schema parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Schema parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Schema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Schema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Schema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Schema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Schema parseFrom(InputStream input) throws IOException
IOExceptionpublic static Schema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Schema parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Schema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Schema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Schema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Schema.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Schema.Builder newBuilder()
public static Schema.Builder newBuilder(Schema prototype)
public Schema.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Schema.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Schema getDefaultInstance()
public static com.google.protobuf.Parser<Schema> parser()
public com.google.protobuf.Parser<Schema> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Schema getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 Gojek. All rights reserved.