TypeSpecProto.Builder

공개 정적 최종 클래스 TypeSpecProto.Builder

 Represents a tf.TypeSpec
 
Protobuf 유형 tensorflow.TypeSpecProto

공개 방법

TypeSpecProto.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
유형SpecProto
짓다 ()
유형SpecProto
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
ClearTypeSpecClassName ()
 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
클론 ()
유형SpecProto
최종 정적 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.다른 메시지 보내기)
TypeSpecProto.Builder
mergeTypeState ( StructuredValue 값)
 The value returned by TypeSpec._serialize().
최종 TypeSpecProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
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 (정수 값)
.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.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

public TypeSpecProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 TypeSpecProto 빌드 ()

공개 TypeSpecProto 빌드Partial ()

공개 TypeSpecProto.Builder 지우기 ()

공개 TypeSpecProto.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 TypeSpecProto.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptoroneof)

공개 TypeSpecProto.Builder ClearTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

공개 TypeSpecProto.Builder 클리어TypeSpecClassName ()

 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;

공개 TypeSpecProto.Builder ClearTypeState ()

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

공개 TypeSpecProto.Builder 클론 ()

공개 TypeSpecProto getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 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.  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;

공개 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;

공개 int getTypeSpecClassValue ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

공개 구조화된 값 getTypeState ()

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

공개 StructuredValue.Builder getTypeStateBuilder ()

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

공개 StructuredValueOrBuilder getTypeStateOrBuilder ()

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

공개 부울 hasTypeState ()

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

공개 최종 부울 isInitialized ()

공개 TypeSpecProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 TypeSpecProto.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 TypeSpecProto.Builder mergeTypeState ( StructuredValue 값)

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

공개 최종 TypeSpecProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public TypeSpecProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

public 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.  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;

공개 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;

공개 TypeSpecProto.Builder setTypeSpecClassValue (int 값)

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

공개 TypeSpecProto.Builder setTypeState ( StructuredValue 값)

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

공개 TypeSpecProto.Builder setTypeState ( StructuredValue.Builder builderForValue)

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

공개 최종 TypeSpecProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)