classe finale statique publique RemoteProfilerSessionManagerOptions.Builder
Options for remote profiler session manager. Next ID: 6
tensorflow.RemoteProfilerSessionManagerOptions
de type Protobuf.RemoteProfilerSessionManagerOptions Méthodes publiques
RemoteProfilerSessionManagerOptions.Builder | addAllServiceAddresses (valeurs Iterable<String>) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddresses (valeur de chaîne) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddressesBytes (valeur com.google.protobuf.ByteString) List of servers to profile. |
Options du gestionnaire de session RemoteProfiler | construire () |
Options du gestionnaire de session RemoteProfiler | buildPartial () |
RemoteProfilerSessionManagerOptions.Builder | clair () |
RemoteProfilerSessionManagerOptions.Builder | clearDelayMs () Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | clearField (champ com.google.protobuf.Descriptors.FieldDescriptor) |
RemoteProfilerSessionManagerOptions.Builder | clearMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
RemoteProfilerSessionManagerOptions.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RemoteProfilerSessionManagerOptions.Builder | clearProfilerOptions () Options for each local profiler. |
RemoteProfilerSessionManagerOptions.Builder | clearServiceAddresses () List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | clearSessionCreationTimestampNs () Unix timestamp of when the session was started. |
RemoteProfilerSessionManagerOptions.Builder | cloner () |
Options du gestionnaire de session RemoteProfiler | |
long | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
final statique com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
long | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
Options de profil | getProfilerOptions () Options for each local profiler. |
ProfileOptions.Builder | getProfilerOptionsBuilder () Options for each local profiler. |
Options de profil ou constructeur | getProfilerOptionsOrBuilder () Options for each local profiler. |
Chaîne | getServiceAddresses (index int) List of servers to profile. |
com.google.protobuf.ByteString | getServiceAddressesBytes (index int) List of servers to profile. |
int | getServiceAddressesCount () List of servers to profile. |
com.google.protobuf.ProtocolStringList | getServiceAddressesList () List of servers to profile. |
long | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
booléen | hasProfilerOptions () Options for each local profiler. |
booléen final | |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.Message autre) |
RemoteProfilerSessionManagerOptions.Builder | |
finale RemoteProfilerSessionManagerOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
RemoteProfilerSessionManagerOptions.Builder | setDelayMs (valeur longue) Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
RemoteProfilerSessionManagerOptions.Builder | setMaxSessionDurationMs (valeur longue) Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
RemoteProfilerSessionManagerOptions.Builder | |
RemoteProfilerSessionManagerOptions.Builder | |
RemoteProfilerSessionManagerOptions.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
RemoteProfilerSessionManagerOptions.Builder | setServiceAddresses (index int, valeur de chaîne) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | setSessionCreationTimestampNs (valeur longue) Unix timestamp of when the session was started. |
finale RemoteProfilerSessionManagerOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public RemoteProfilerSessionManagerOptions.Builder addAllServiceAddresses (valeurs Iterable<String>)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (valeur de chaîne)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addServiceAddressesBytes (valeur com.google.protobuf.ByteString)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder clearDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public RemoteProfilerSessionManagerOptions.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
public RemoteProfilerSessionManagerOptions.Builder clearMaxSessionDurationMs ()
Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. If value is 0, session continues until interrupted. Otherwise, value must be greater than profiler_options.duration_ms.
uint64 max_session_duration_ms = 4;
public RemoteProfilerSessionManagerOptions.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public RemoteProfilerSessionManagerOptions.Builder clearProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder clearServiceAddresses ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder clearSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
public long getDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public long getMaxSessionDurationMs ()
Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. If value is 0, session continues until interrupted. Otherwise, value must be greater than profiler_options.duration_ms.
uint64 max_session_duration_ms = 4;
Options de profil public getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public ProfileOptions.Builder getProfilerOptionsBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
chaîne publique getServiceAddresses (index int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public com.google.protobuf.ByteString getServiceAddressesBytes (index int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public int getServiceAddressesCount ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public com.google.protobuf.ProtocolStringList getServiceAddressesList ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public long getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
public booléen hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public final booléen isInitialized ()
public RemoteProfilerSessionManagerOptions.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (valeur ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public final RemoteProfilerSessionManagerOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public RemoteProfilerSessionManagerOptions.Builder setDelayMs (valeur longue)
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public RemoteProfilerSessionManagerOptions.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public RemoteProfilerSessionManagerOptions.Builder setMaxSessionDurationMs (valeur longue)
Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. If value is 0, session continues until interrupted. Otherwise, value must be greater than profiler_options.duration_ms.
uint64 max_session_duration_ms = 4;
public RemoteProfilerSessionManagerOptions.Builder setProfilerOptions ( ProfileOptions.Builder builderForValue)
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder setProfilerOptions (valeur ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
public RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (index int, valeur de chaîne)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder setSessionCreationTimestampNs (valeur longue)
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;