TypeSpecProto.Builder

パブリック静的最終クラスTypeSpecProto.Builder

 Represents a tf.TypeSpec
 
Protobuf 型tensorflow.TypeSpecProto

パブリックメソッド

TypeSpecProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
タイプスペックプロト
建てる()
タイプスペックプロト
TypeSpecProto.Builder
クリア()
TypeSpecProto.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
TypeSpecProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TypeSpecProto.Builder
クリアタイプスペッククラス()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
TypeSpecProto.Builder
クリアタイプスペッククラス名()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
TypeSpecProto.Builder
クリアタイプステート()
 The value returned by TypeSpec._serialize().
TypeSpecProto.Builder
タイプスペックプロト
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
TypeSpecProto.TypeSpecClass
getTypeSpecClass ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
getTypeSpecClassName ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
com.google.protobuf.ByteString
getTypeSpecClassNameBytes ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
整数
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
構造化された価値
getTypeState ()
 The value returned by TypeSpec._serialize().
StructuredValue.Builder
getTypeStateBuilder ()
 The value returned by TypeSpec._serialize().
構造化された値またはビルダー
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
ブール値
hasTypeState ()
 The value returned by TypeSpec._serialize().
最終ブール値
TypeSpecProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TypeSpecProto.Builder
mergeFrom (com.google.protobuf.Message other)
TypeSpecProto.Builder
mergeTypeState ( StructuredValue値)
 The value returned by TypeSpec._serialize().
最終的なTypeSpecProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
TypeSpecProto.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
TypeSpecProto.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
TypeSpecProto.Builder
setTypeSpecClass ( TypeSpecProto.TypeSpecClass値)
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
TypeSpecProto.Builder
setTypeSpecClassName (文字列値)
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
TypeSpecProto.Builder
setTypeSpecClassNameBytes (com.google.protobuf.ByteString 値)
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
TypeSpecProto.Builder
setTypeSpecClassValue (int 値)
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
TypeSpecProto.Builder
setTypeState ( StructuredValue値)
 The value returned by TypeSpec._serialize().
TypeSpecProto.Builder
setTypeState ( StructuredValue.Builder builderForValue)
 The value returned by TypeSpec._serialize().
最終的なTypeSpecProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public TypeSpecProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TypeSpecProto build ()

public TypeSpecProto buildPartial ()

public TypeSpecProto.Builder clear ()

public TypeSpecProto.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public TypeSpecProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TypeSpecProto.Builder clearTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public TypeSpecProto.Builder clearTypeSpecClassName ()

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

public TypeSpecProto.Builder clearTypeState ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public TypeSpecProto.Builderクローン()

public TypeSpecProto getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public TypeSpecProto.TypeSpecClass getTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public String getTypeSpecClassName ()

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

public com.google.protobuf.ByteString getTypeSpecClassNameBytes ()

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

public int getTypeSpecClassValue ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public StructuredValue getTypeState ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public StructuredValue.Builder getTypeStateBuilder ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public StructuredValueOrBuilder getTypeStateOrBuilder ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public boolean hasTypeState ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

パブリック最終ブール値isInitialized ()

public TypeSpecProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public TypeSpecProto.Builder mergeFrom (com.google.protobuf.Message other)

public TypeSpecProto.Builder mergeTypeState ( StructuredValue値)

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public Final TypeSpecProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public TypeSpecProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TypeSpecProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public TypeSpecProto.Builder setTypeSpecClass ( TypeSpecProto.TypeSpecClass値)

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public TypeSpecProto.Builder setTypeSpecClassName (文字列値)

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

public TypeSpecProto.Builder setTypeSpecClassNameBytes (com.google.protobuf.ByteString 値)

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

public TypeSpecProto.Builder setTypeSpecClassValue (int 値)

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

public TypeSpecProto.Builder setTypeState ( StructuredValue値)

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public TypeSpecProto.Builder setTypeState ( StructuredValue.Builder builderForValue)

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

public Final TypeSpecProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)