ApiDef.Endpoint.Builder

genel statik son sınıf 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 türü tensorflow.ApiDef.Endpoint

Genel Yöntemler

ApiDef.Endpoint.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
ApiDef.Endpoint
ApiDef.Endpoint
ApiDef.Endpoint.Builder
ApiDef.Endpoint.Builder
clearKullanımdan kaldırıldı ()
 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 alanı)
ApiDef.Endpoint.Builder
clearName ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ApiDef.Endpoint.Builder
klon ()
ApiDef.Endpoint
boolean
kullanımdan kaldırıldı ()
 Set if this endpoint is deprecated.
int
getDeprecationVersion ()
 Major version when an endpoint will be deleted.
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
getName ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
com.google.protobuf.ByteString
getNameBytes ()
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
son boole değeri
ApiDef.Endpoint.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Endpoint.Builder
mergeFrom (com.google.protobuf.Message other)
son ApiDef.Endpoint.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
ApiDef.Endpoint.Builder
setDeprecated (boole değeri)
 Set if this endpoint is deprecated.
ApiDef.Endpoint.Builder
setDeprecationVersion (int değeri)
 Major version when an endpoint will be deleted.
ApiDef.Endpoint.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
ApiDef.Endpoint.Builder
setName (Dize değeri)
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
setNameBytes (com.google.protobuf.ByteString değeri)
 Name should be either like "CamelCaseName" or
 "Package.CamelCaseName".
ApiDef.Endpoint.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
son ApiDef.Endpoint.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public ApiDef.Endpoint.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel ApiDef.Endpoint yapısı ()

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;

genel ApiDef.Endpoint.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

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)

genel ApiDef.Endpoint.Builder klonu ()

public ApiDef.Endpoint getDefaultInstanceForType ()

genel 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 ()

genel Dize 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;

genel final boolean isInitialized ()

genel ApiDef.Endpoint.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

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

genel final ApiDef.Endpoint.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public ApiDef.Endpoint.Builder setDeprecated (boole değeri)

 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 değeri)

 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 alanı, Nesne değeri)

public ApiDef.Endpoint.Builder setName (Dize değeri)

 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 değeri)

 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 alanı, int dizini, Nesne değeri)

genel final ApiDef.Endpoint.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)