publiczna statyczna klasa końcowa RemoteProfilerSessionManagerOptions.Builder
Options for remote profiler session manager. Next ID: 6
tensorflow.RemoteProfilerSessionManagerOptions
Metody publiczne
RemoteProfilerSessionManagerOptions.Builder | addAllServiceAddresses (wartości Iterable<String>) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddresses (wartość ciągu) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddressesBytes (wartość com.google.protobuf.ByteString) List of servers to profile. |
Opcje RemoteProfilerSessionManager | zbudować () |
Opcje RemoteProfilerSessionManager | |
RemoteProfilerSessionManagerOptions.Builder | jasne () |
RemoteProfilerSessionManagerOptions.Builder | wyczyśćOpóźnienieMs () Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | clearField (pole 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 | wyczyśćAdresy Usług () List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | clearSessionCreationTimestampNs () Unix timestamp of when the session was started. |
RemoteProfilerSessionManagerOptions.Builder | klon () |
Opcje RemoteProfilerSessionManager | |
długi | pobierzDelayMs () Start of profiling is delayed by this much (in milliseconds). |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
długi | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
Opcje profilu | getProfilerOptions () Options for each local profiler. |
Opcje profilu. Konstruktor | getProfilerOptionsBuilder () Options for each local profiler. |
Opcje profiluOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
Smyczkowy | getServiceAddresses (indeks int) List of servers to profile. |
com.google.protobuf.ByteString | getServiceAddressesBytes (indeks int) List of servers to profile. |
wew | getServiceAddressesCount () List of servers to profile. |
com.google.protobuf.ProtocolStringList | getServiceAddressesList () List of servers to profile. |
długi | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
wartość logiczna | maOpcje Profilera () Options for each local profiler. |
końcowa wartość logiczna | |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.Wiadomość inna) |
RemoteProfilerSessionManagerOptions.Builder | |
końcowy RemoteProfilerSessionManagerOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
RemoteProfilerSessionManagerOptions.Builder | setDelayMs (długa wartość) Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
RemoteProfilerSessionManagerOptions.Builder | setMaxSessionDurationMs (długa wartość) 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
RemoteProfilerSessionManagerOptions.Builder | setServiceAddresses (indeks int, wartość ciągu) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | setSessionCreationTimestampNs (długa wartość) Unix timestamp of when the session was started. |
końcowy RemoteProfilerSessionManagerOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
public RemoteProfilerSessionManagerOptions.Builder addAllServiceAddresses (wartości Iterable<String>)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (wartość ciągu)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addServiceAddressesBytes (wartość 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 (pole 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;
publiczny 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;
publiczny długi getDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
publiczny długi 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;
public ProfileOptions 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;
publiczny ProfilOpcjeOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public String getServiceAddresses (indeks int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public com.google.protobuf.ByteString getServiceAddressesBytes (indeks 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;
publiczny długi getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
publiczna wartość logiczna maProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
publiczna końcowa wartość logiczna isInitialized ()
publiczny RemoteProfilerSessionManagerOptions.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
public RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (wartość ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
publiczny końcowy RemoteProfilerSessionManagerOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public RemoteProfilerSessionManagerOptions.Builder setDelayMs (długa wartość)
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public RemoteProfilerSessionManagerOptions.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public RemoteProfilerSessionManagerOptions.Builder setMaxSessionDurationMs (długa wartość)
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;
publiczny RemoteProfilerSessionManagerOptions.Builder setProfilerOptions ( ProfileOptions.Builder builderForValue)
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder setProfilerOptions (wartość ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
public RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (indeks int, wartość ciągu)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder setSessionCreationTimestampNs (długa wartość)
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;