Class DatasetOptions.Options.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DatasetOptions.Options.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
org.tensorflow.proto.data.DatasetOptions.Options.Builder
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, DatasetOptions.OptionsOrBuilder
- Enclosing class:
DatasetOptions.Options
public static final class DatasetOptions.Options.Builder
extends GeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
implements DatasetOptions.OptionsOrBuilder
Message stored with Dataset objects to control how datasets are processed and optimized. next: 13Protobuf type
tensorflow.data.Options-
Method Summary
Modifier and TypeMethodDescriptionaddAllFrameworkType(Iterable<String> values) List of frameworks used to generate this dataset.addFrameworkType(String value) List of frameworks used to generate this dataset.addFrameworkTypeBytes(ByteString value) List of frameworks used to generate this dataset.addRepeatedField(Descriptors.FieldDescriptor field, Object value) build()clear()The autotune options associated with the dataset.string dataset_name = 10;bool deterministic = 1;The distribution strategy options associated with the dataset..tensorflow.data.ExternalStatePolicy external_state_policy = 6;List of frameworks used to generate this dataset.The optimization options associated with the dataset.The tf.data service options associated with the dataset.bool slack = 4;bool symbolic_checkpoint = 8;The threading options associated with the dataset.bool warm_start = 9;clone()The autotune options associated with the dataset.The autotune options associated with the dataset.The autotune options associated with the dataset.string dataset_name = 10;string dataset_name = 10;static final Descriptors.Descriptorbooleanbool deterministic = 1;The distribution strategy options associated with the dataset.The distribution strategy options associated with the dataset.The distribution strategy options associated with the dataset..tensorflow.data.ExternalStatePolicy external_state_policy = 6;int.tensorflow.data.ExternalStatePolicy external_state_policy = 6;getFrameworkType(int index) List of frameworks used to generate this dataset.getFrameworkTypeBytes(int index) List of frameworks used to generate this dataset.intList of frameworks used to generate this dataset.List of frameworks used to generate this dataset.The optimization options associated with the dataset.The optimization options associated with the dataset.The optimization options associated with the dataset.The tf.data service options associated with the dataset.The tf.data service options associated with the dataset.The tf.data service options associated with the dataset.booleangetSlack()bool slack = 4;booleanbool symbolic_checkpoint = 8;The threading options associated with the dataset.The threading options associated with the dataset.The threading options associated with the dataset.booleanbool warm_start = 9;booleanThe autotune options associated with the dataset.booleanstring dataset_name = 10;booleanbool deterministic = 1;booleanThe distribution strategy options associated with the dataset.boolean.tensorflow.data.ExternalStatePolicy external_state_policy = 6;booleanThe optimization options associated with the dataset.booleanThe tf.data service options associated with the dataset.booleanhasSlack()bool slack = 4;booleanbool symbolic_checkpoint = 8;booleanThe threading options associated with the dataset.booleanbool warm_start = 9;protected GeneratedMessageV3.FieldAccessorTablefinal booleanThe autotune options associated with the dataset.The distribution strategy options associated with the dataset.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom(DatasetOptions.Options other) The optimization options associated with the dataset.The tf.data service options associated with the dataset.The threading options associated with the dataset.mergeUnknownFields(UnknownFieldSet unknownFields) The autotune options associated with the dataset.setAutotuneOptions(DatasetOptions.AutotuneOptions.Builder builderForValue) The autotune options associated with the dataset.setDatasetName(String value) string dataset_name = 10;setDatasetNameBytes(ByteString value) string dataset_name = 10;setDeterministic(boolean value) bool deterministic = 1;The distribution strategy options associated with the dataset.setDistributeOptions(DatasetOptions.DistributeOptions.Builder builderForValue) The distribution strategy options associated with the dataset..tensorflow.data.ExternalStatePolicy external_state_policy = 6;setExternalStatePolicyValue(int value) .tensorflow.data.ExternalStatePolicy external_state_policy = 6;setField(Descriptors.FieldDescriptor field, Object value) setFrameworkType(int index, String value) List of frameworks used to generate this dataset.The optimization options associated with the dataset.setOptimizationOptions(DatasetOptions.OptimizationOptions.Builder builderForValue) The optimization options associated with the dataset.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) The tf.data service options associated with the dataset.setServiceOptions(DatasetOptions.ServiceOptions.Builder builderForValue) The tf.data service options associated with the dataset.setSlack(boolean value) bool slack = 4;setSymbolicCheckpoint(boolean value) bool symbolic_checkpoint = 8;The threading options associated with the dataset.setThreadingOptions(DatasetOptions.ThreadingOptions.Builder builderForValue) The threading options associated with the dataset.setUnknownFields(UnknownFieldSet unknownFields) setWarmStart(boolean value) bool warm_start = 9;Methods inherited from class GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface MessageLite.Builder
mergeFromMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
setField
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
clearField
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
clearOneof
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
setRepeatedField
public DatasetOptions.Options.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
addRepeatedField
public DatasetOptions.Options.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DatasetOptions.Options.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
mergeFrom
public DatasetOptions.Options.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DatasetOptions.Options.Builder>- Throws:
IOException
-
getOptionalDatasetNameCase
- Specified by:
getOptionalDatasetNameCasein interfaceDatasetOptions.OptionsOrBuilder
-
clearOptionalDatasetName
-
getOptionalDeterministicCase
- Specified by:
getOptionalDeterministicCasein interfaceDatasetOptions.OptionsOrBuilder
-
clearOptionalDeterministic
-
getOptionalSlackCase
- Specified by:
getOptionalSlackCasein interfaceDatasetOptions.OptionsOrBuilder
-
clearOptionalSlack
-
getOptionalExternalStatePolicyCase
- Specified by:
getOptionalExternalStatePolicyCasein interfaceDatasetOptions.OptionsOrBuilder
-
clearOptionalExternalStatePolicy
-
getOptionalSymbolicCheckpointCase
- Specified by:
getOptionalSymbolicCheckpointCasein interfaceDatasetOptions.OptionsOrBuilder
-
clearOptionalSymbolicCheckpoint
-
getOptionalWarmStartCase
- Specified by:
getOptionalWarmStartCasein interfaceDatasetOptions.OptionsOrBuilder
-
clearOptionalWarmStart
-
hasDatasetName
public boolean hasDatasetName()string dataset_name = 10;- Specified by:
hasDatasetNamein interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the datasetName field is set.
-
getDatasetName
string dataset_name = 10;- Specified by:
getDatasetNamein interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The datasetName.
-
getDatasetNameBytes
string dataset_name = 10;- Specified by:
getDatasetNameBytesin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The bytes for datasetName.
-
setDatasetName
string dataset_name = 10;- Parameters:
value- The datasetName to set.- Returns:
- This builder for chaining.
-
clearDatasetName
string dataset_name = 10;- Returns:
- This builder for chaining.
-
setDatasetNameBytes
string dataset_name = 10;- Parameters:
value- The bytes for datasetName to set.- Returns:
- This builder for chaining.
-
getFrameworkTypeList
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Specified by:
getFrameworkTypeListin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- A list containing the frameworkType.
-
getFrameworkTypeCount
public int getFrameworkTypeCount()List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Specified by:
getFrameworkTypeCountin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The count of frameworkType.
-
getFrameworkType
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Specified by:
getFrameworkTypein interfaceDatasetOptions.OptionsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The frameworkType at the given index.
-
getFrameworkTypeBytes
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Specified by:
getFrameworkTypeBytesin interfaceDatasetOptions.OptionsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the frameworkType at the given index.
-
setFrameworkType
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Parameters:
index- The index to set the value at.value- The frameworkType to set.- Returns:
- This builder for chaining.
-
addFrameworkType
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Parameters:
value- The frameworkType to add.- Returns:
- This builder for chaining.
-
addAllFrameworkType
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Parameters:
values- The frameworkType to add.- Returns:
- This builder for chaining.
-
clearFrameworkType
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Returns:
- This builder for chaining.
-
addFrameworkTypeBytes
List of frameworks used to generate this dataset.
repeated string framework_type = 11;- Parameters:
value- The bytes of the frameworkType to add.- Returns:
- This builder for chaining.
-
hasDeterministic
public boolean hasDeterministic()bool deterministic = 1;- Specified by:
hasDeterministicin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the deterministic field is set.
-
getDeterministic
public boolean getDeterministic()bool deterministic = 1;- Specified by:
getDeterministicin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The deterministic.
-
setDeterministic
bool deterministic = 1;- Parameters:
value- The deterministic to set.- Returns:
- This builder for chaining.
-
clearDeterministic
bool deterministic = 1;- Returns:
- This builder for chaining.
-
hasAutotuneOptions
public boolean hasAutotuneOptions()The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7;- Specified by:
hasAutotuneOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the autotuneOptions field is set.
-
getAutotuneOptions
The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7;- Specified by:
getAutotuneOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The autotuneOptions.
-
setAutotuneOptions
The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7; -
setAutotuneOptions
public DatasetOptions.Options.Builder setAutotuneOptions(DatasetOptions.AutotuneOptions.Builder builderForValue) The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7; -
mergeAutotuneOptions
The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7; -
clearAutotuneOptions
The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7; -
getAutotuneOptionsBuilder
The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7; -
getAutotuneOptionsOrBuilder
The autotune options associated with the dataset.
.tensorflow.data.AutotuneOptions autotune_options = 7;- Specified by:
getAutotuneOptionsOrBuilderin interfaceDatasetOptions.OptionsOrBuilder
-
hasDistributeOptions
public boolean hasDistributeOptions()The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2;- Specified by:
hasDistributeOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the distributeOptions field is set.
-
getDistributeOptions
The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2;- Specified by:
getDistributeOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The distributeOptions.
-
setDistributeOptions
The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2; -
setDistributeOptions
public DatasetOptions.Options.Builder setDistributeOptions(DatasetOptions.DistributeOptions.Builder builderForValue) The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2; -
mergeDistributeOptions
public DatasetOptions.Options.Builder mergeDistributeOptions(DatasetOptions.DistributeOptions value) The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2; -
clearDistributeOptions
The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2; -
getDistributeOptionsBuilder
The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2; -
getDistributeOptionsOrBuilder
The distribution strategy options associated with the dataset.
.tensorflow.data.DistributeOptions distribute_options = 2;- Specified by:
getDistributeOptionsOrBuilderin interfaceDatasetOptions.OptionsOrBuilder
-
hasOptimizationOptions
public boolean hasOptimizationOptions()The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3;- Specified by:
hasOptimizationOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the optimizationOptions field is set.
-
getOptimizationOptions
The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3;- Specified by:
getOptimizationOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The optimizationOptions.
-
setOptimizationOptions
public DatasetOptions.Options.Builder setOptimizationOptions(DatasetOptions.OptimizationOptions value) The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3; -
setOptimizationOptions
public DatasetOptions.Options.Builder setOptimizationOptions(DatasetOptions.OptimizationOptions.Builder builderForValue) The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3; -
mergeOptimizationOptions
public DatasetOptions.Options.Builder mergeOptimizationOptions(DatasetOptions.OptimizationOptions value) The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3; -
clearOptimizationOptions
The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3; -
getOptimizationOptionsBuilder
The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3; -
getOptimizationOptionsOrBuilder
The optimization options associated with the dataset.
.tensorflow.data.OptimizationOptions optimization_options = 3;- Specified by:
getOptimizationOptionsOrBuilderin interfaceDatasetOptions.OptionsOrBuilder
-
hasServiceOptions
public boolean hasServiceOptions()The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12;- Specified by:
hasServiceOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the serviceOptions field is set.
-
getServiceOptions
The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12;- Specified by:
getServiceOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The serviceOptions.
-
setServiceOptions
The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12; -
setServiceOptions
public DatasetOptions.Options.Builder setServiceOptions(DatasetOptions.ServiceOptions.Builder builderForValue) The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12; -
mergeServiceOptions
The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12; -
clearServiceOptions
The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12; -
getServiceOptionsBuilder
The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12; -
getServiceOptionsOrBuilder
The tf.data service options associated with the dataset.
.tensorflow.data.ServiceOptions service_options = 12;- Specified by:
getServiceOptionsOrBuilderin interfaceDatasetOptions.OptionsOrBuilder
-
hasSlack
public boolean hasSlack()bool slack = 4;- Specified by:
hasSlackin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the slack field is set.
-
getSlack
public boolean getSlack()bool slack = 4;- Specified by:
getSlackin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The slack.
-
setSlack
bool slack = 4;- Parameters:
value- The slack to set.- Returns:
- This builder for chaining.
-
clearSlack
bool slack = 4;- Returns:
- This builder for chaining.
-
hasThreadingOptions
public boolean hasThreadingOptions()The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5;- Specified by:
hasThreadingOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the threadingOptions field is set.
-
getThreadingOptions
The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5;- Specified by:
getThreadingOptionsin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The threadingOptions.
-
setThreadingOptions
The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5; -
setThreadingOptions
public DatasetOptions.Options.Builder setThreadingOptions(DatasetOptions.ThreadingOptions.Builder builderForValue) The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5; -
mergeThreadingOptions
The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5; -
clearThreadingOptions
The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5; -
getThreadingOptionsBuilder
The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5; -
getThreadingOptionsOrBuilder
The threading options associated with the dataset.
.tensorflow.data.ThreadingOptions threading_options = 5;- Specified by:
getThreadingOptionsOrBuilderin interfaceDatasetOptions.OptionsOrBuilder
-
hasExternalStatePolicy
public boolean hasExternalStatePolicy().tensorflow.data.ExternalStatePolicy external_state_policy = 6;- Specified by:
hasExternalStatePolicyin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the externalStatePolicy field is set.
-
getExternalStatePolicyValue
public int getExternalStatePolicyValue().tensorflow.data.ExternalStatePolicy external_state_policy = 6;- Specified by:
getExternalStatePolicyValuein interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The enum numeric value on the wire for externalStatePolicy.
-
setExternalStatePolicyValue
.tensorflow.data.ExternalStatePolicy external_state_policy = 6;- Parameters:
value- The enum numeric value on the wire for externalStatePolicy to set.- Returns:
- This builder for chaining.
-
getExternalStatePolicy
.tensorflow.data.ExternalStatePolicy external_state_policy = 6;- Specified by:
getExternalStatePolicyin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The externalStatePolicy.
-
setExternalStatePolicy
public DatasetOptions.Options.Builder setExternalStatePolicy(DatasetOptions.ExternalStatePolicy value) .tensorflow.data.ExternalStatePolicy external_state_policy = 6;- Parameters:
value- The externalStatePolicy to set.- Returns:
- This builder for chaining.
-
clearExternalStatePolicy
.tensorflow.data.ExternalStatePolicy external_state_policy = 6;- Returns:
- This builder for chaining.
-
hasSymbolicCheckpoint
public boolean hasSymbolicCheckpoint()bool symbolic_checkpoint = 8;- Specified by:
hasSymbolicCheckpointin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the symbolicCheckpoint field is set.
-
getSymbolicCheckpoint
public boolean getSymbolicCheckpoint()bool symbolic_checkpoint = 8;- Specified by:
getSymbolicCheckpointin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The symbolicCheckpoint.
-
setSymbolicCheckpoint
bool symbolic_checkpoint = 8;- Parameters:
value- The symbolicCheckpoint to set.- Returns:
- This builder for chaining.
-
clearSymbolicCheckpoint
bool symbolic_checkpoint = 8;- Returns:
- This builder for chaining.
-
hasWarmStart
public boolean hasWarmStart()bool warm_start = 9;- Specified by:
hasWarmStartin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- Whether the warmStart field is set.
-
getWarmStart
public boolean getWarmStart()bool warm_start = 9;- Specified by:
getWarmStartin interfaceDatasetOptions.OptionsOrBuilder- Returns:
- The warmStart.
-
setWarmStart
bool warm_start = 9;- Parameters:
value- The warmStart to set.- Returns:
- This builder for chaining.
-
clearWarmStart
bool warm_start = 9;- Returns:
- This builder for chaining.
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<DatasetOptions.Options.Builder>
-