OpDeprecation.Builder

общедоступный статический конечный класс OpDeprecation.Builder

 Information about version-dependent deprecation of an op
 
тип Protobuf tensorflow.OpDeprecation

Публичные методы

OpDeprecation.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
Устаревание
Устаревание
OpDeprecation.Builder
OpDeprecation.Builder
очиститьОбъяснение ()
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
OpDeprecation.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
OpDeprecation.Builder
ОчиститьВерсия ()
 First GraphDef version at which the op is disallowed.
OpDeprecation.Builder
Устаревание
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Нить
получить объяснение ()
 Explanation of why it was deprecated and what to use instead.
com.google.protobuf.ByteString
getExplanationBytes ()
 Explanation of why it was deprecated and what to use instead.
интервал
получить версию ()
 First GraphDef version at which the op is disallowed.
последнее логическое значение
OpDeprecation.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
OpDeprecation.Builder
mergeFrom (com.google.protobuf.Message другое)
окончательный OpDeprecation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
OpDeprecation.Builder
setExplanation (строковое значение)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setExplanationBytes (значение com.google.protobuf.ByteString)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
OpDeprecation.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
окончательный OpDeprecation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
OpDeprecation.Builder
setVersion (целое значение)
 First GraphDef version at which the op is disallowed.

Унаследованные методы

Публичные методы

public OpDeprecation.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка OpDeprecation ()

общедоступный OpDeprecation buildPartial ()

общедоступный OpDeprecation.Builder очистить ()

public OpDeprecation.Builder ClearExplanation ()

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

public OpDeprecation.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

общедоступный OpDeprecation.Builder ClearVersion ()

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;

общедоступный клон OpDeprecation.Builder ()

public OpDeprecation getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

публичная строка getExplanation ()

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public com.google.protobuf.ByteString getExplanationBytes ()

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public int getVersion ()

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;

публичное финальное логическое значение isInitialized ()

общедоступный OpDeprecation.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный OpDeprecation.Builder mergeFrom (com.google.protobuf.Message другое)

общедоступный финальный OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public OpDeprecation.Builder setExplanation (строковое значение)

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder setExplanationBytes (значение com.google.protobuf.ByteString)

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public OpDeprecation.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public OpDeprecation.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

общедоступный окончательный OpDeprecation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public OpDeprecation.Builder setVersion (целое значение)

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;