ApiDef.Endpoint.Builder

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

 If you specify any endpoint, this will replace all of the
 inherited endpoints.  The first endpoint should be the
 "canonical" endpoint, and should not be deprecated (unless all
 endpoints are deprecated).
 
Protobuf 型tensorflow.ApiDef.Endpoint

パブリックメソッド

ApiDef.Endpoint.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
ApiDef.エンドポイント
建てる()
ApiDef.エンドポイント
ApiDef.Endpoint.Builder
クリア()
ApiDef.Endpoint.Builder
クリア非推奨()
 Set if this endpoint is deprecated.
ApiDef.Endpoint.Builder
clearDeprecationVersion ()
 Major version when an endpoint will be deleted.
ApiDef.Endpoint.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
ApiDef.Endpoint.Builder
クリアネーム()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ApiDef.Endpoint.Builder
ApiDef.エンドポイント
ブール値
get非推奨()
 Set if this endpoint is deprecated.
整数
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getName ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
com.google.protobuf.ByteString
getNameBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
最終ブール値
ApiDef.Endpoint.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なApiDef.Endpoint.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
ApiDef.Endpoint.Builder
setDeprecated (ブール値)
 Set if this endpoint is deprecated.
ApiDef.Endpoint.Builder
setDeprecationVersion (int 値)
 Major version when an endpoint will be deleted.
ApiDef.Endpoint.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
ApiDef.Endpoint.Builder
setName (文字列値)
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
setNameBytes (com.google.protobuf.ByteString 値)
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なApiDef.Endpoint.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

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

public ApiDef.Endpoint build ()

public ApiDef.Endpoint buildPartial ()

public ApiDef.Endpoint.Builder clear ()

public ApiDef.Endpoint.Builder clearDeprecated ()

 Set if this endpoint is deprecated. If set to true, a message suggesting
 to use a non-deprecated endpoint instead will be printed. If all
 endpoints are deprecated, set deprecation_message in ApiDef instead.
 
bool deprecated = 3;

public ApiDef.Endpoint.Builder clearDeprecationVersion ()

 Major version when an endpoint will be deleted. For e.g. set this
 value to 2 if endpoint should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 4;

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

public ApiDef.Endpoint.Builder clearName ()

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

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

パブリックApiDef.Endpoint.Builderクローン()

public ApiDef.Endpoint getDefaultInstanceForType ()

public boolean getDeprecated ()

 Set if this endpoint is deprecated. If set to true, a message suggesting
 to use a non-deprecated endpoint instead will be printed. If all
 endpoints are deprecated, set deprecation_message in ApiDef instead.
 
bool deprecated = 3;

public int getDeprecationVersion ()

 Major version when an endpoint will be deleted. For e.g. set this
 value to 2 if endpoint should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 4;

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

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

public String getName ()

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

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

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

投げる
IO例外

public ApiDef.Endpoint.Builder mergeFrom (com.google.protobuf.Message other)

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

public ApiDef.Endpoint.Builder setDeprecated (ブール値)

 Set if this endpoint is deprecated. If set to true, a message suggesting
 to use a non-deprecated endpoint instead will be printed. If all
 endpoints are deprecated, set deprecation_message in ApiDef instead.
 
bool deprecated = 3;

public ApiDef.Endpoint.Builder setDeprecationVersion (int 値)

 Major version when an endpoint will be deleted. For e.g. set this
 value to 2 if endpoint should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 4;

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

public ApiDef.Endpoint.Builder setName (文字列値)

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

public ApiDef.Endpoint.Builder setNameBytes (com.google.protobuf.ByteString 値)

 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName". Client-language-specific ApiDefs may
 use a snake_case convention instead of CamelCase.
 
string name = 1;

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

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