FeatureConfigurationOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
.tensorflow.VarLenFeatureProto var_len_feature = 2;
.tensorflow.VarLenFeatureProto var_len_feature = 2;
public
abstract
boolean
hasFixedLenFeature
()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
public
abstract
boolean
hasVarLenFeature
()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# FeatureConfigurationOrBuilder\n\npublic interface **FeatureConfigurationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [FeatureConfiguration](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfiguration), [FeatureConfiguration.Builder](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfiguration.Builder) |--------------------------------------------------------------------------------------------------------------|-------------------------------------------------| | [FeatureConfiguration](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfiguration) | Protobuf type `tensorflow.FeatureConfiguration` | | [FeatureConfiguration.Builder](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfiguration.Builder) | Protobuf type `tensorflow.FeatureConfiguration` | |||\n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [FeatureConfiguration.ConfigCase](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfiguration.ConfigCase) | [getConfigCase](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfigurationOrBuilder#getConfigCase())() |\n| abstract [FixedLenFeatureProto](/jvm/api_docs/java/org/tensorflow/proto/example/FixedLenFeatureProto) | [getFixedLenFeature](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfigurationOrBuilder#getFixedLenFeature())() `.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;` |\n| abstract [FixedLenFeatureProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/example/FixedLenFeatureProtoOrBuilder) | [getFixedLenFeatureOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfigurationOrBuilder#getFixedLenFeatureOrBuilder())() `.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;` |\n| abstract [VarLenFeatureProto](/jvm/api_docs/java/org/tensorflow/proto/example/VarLenFeatureProto) | [getVarLenFeature](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfigurationOrBuilder#getVarLenFeature())() `.tensorflow.VarLenFeatureProto var_len_feature = 2;` |\n| abstract [VarLenFeatureProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/example/VarLenFeatureProtoOrBuilder) | [getVarLenFeatureOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfigurationOrBuilder#getVarLenFeatureOrBuilder())() `.tensorflow.VarLenFeatureProto var_len_feature = 2;` |\n| abstract boolean | [hasFixedLenFeature](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfigurationOrBuilder#hasFixedLenFeature())() `.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;` |\n| abstract boolean | [hasVarLenFeature](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfigurationOrBuilder#hasVarLenFeature())() `.tensorflow.VarLenFeatureProto var_len_feature = 2;` |\n\nPublic Methods\n--------------\n\n#### public abstract [FeatureConfiguration.ConfigCase](/jvm/api_docs/java/org/tensorflow/proto/example/FeatureConfiguration.ConfigCase)\n**getConfigCase**\n()\n\n\u003cbr /\u003e\n\n#### public abstract [FixedLenFeatureProto](/jvm/api_docs/java/org/tensorflow/proto/example/FixedLenFeatureProto)\n**getFixedLenFeature**\n()\n\n`.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;` \n\n#### public abstract [FixedLenFeatureProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/example/FixedLenFeatureProtoOrBuilder)\n**getFixedLenFeatureOrBuilder**\n()\n\n`.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;` \n\n#### public abstract [VarLenFeatureProto](/jvm/api_docs/java/org/tensorflow/proto/example/VarLenFeatureProto)\n**getVarLenFeature**\n()\n\n`.tensorflow.VarLenFeatureProto var_len_feature = 2;` \n\n#### public abstract [VarLenFeatureProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/example/VarLenFeatureProtoOrBuilder)\n**getVarLenFeatureOrBuilder**\n()\n\n`.tensorflow.VarLenFeatureProto var_len_feature = 2;` \n\n#### public abstract boolean\n**hasFixedLenFeature**\n()\n\n`.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;` \n\n#### public abstract boolean\n**hasVarLenFeature**\n()\n\n`.tensorflow.VarLenFeatureProto var_len_feature = 2;`"]]