RemoteProfilerSessionManagerOptions.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
Options for remote profiler session manager. Next ID: 6
tensorflow.RemoteProfilerSessionManagerOptions วิธีการสาธารณะ
| RemoteProfilerSessionManagerOptions.Builder | addAllServiceAddresses (ค่า Iterable<String>) List of servers to profile. |
| RemoteProfilerSessionManagerOptions.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
| RemoteProfilerSessionManagerOptions.Builder | addServiceAddresses (ค่าสตริง) List of servers to profile. |
| RemoteProfilerSessionManagerOptions.Builder | addServiceAddressesBytes (ค่า com.google.protobuf.ByteString) List of servers to profile. |
| ตัวเลือก RemoteProfilerSessionManager | สร้าง () |
| ตัวเลือก RemoteProfilerSessionManager | สร้างบางส่วน () |
| RemoteProfilerSessionManagerOptions.Builder | ชัดเจน () |
| RemoteProfilerSessionManagerOptions.Builder | clearDelayMs () Start of profiling is delayed by this much (in milliseconds). |
| RemoteProfilerSessionManagerOptions.Builder | clearField (ฟิลด์ 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 | ที่อยู่บริการที่ชัดเจน () List of servers to profile. |
| RemoteProfilerSessionManagerOptions.Builder | clearSessionCreationTimestampNs () Unix timestamp of when the session was started. |
| RemoteProfilerSessionManagerOptions.Builder | โคลน () |
| ตัวเลือก RemoteProfilerSessionManager | |
| ยาว | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
| com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
| com.google.protobuf.Descriptors.Descriptor | |
| ยาว | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
| ตัวเลือกโปรไฟล์ | getProfilerOptions () Options for each local profiler. |
| ProfileOptions.Builder | getProfilerOptionsBuilder () Options for each local profiler. |
| โปรไฟล์OptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
| สตริง | getServiceAddresses (ดัชนี int) List of servers to profile. |
| com.google.protobuf.ByteString | getServiceAddressesBytes (ดัชนี int) List of servers to profile. |
| ภายใน | getServiceAddressesCount () List of servers to profile. |
| com.google.protobuf.ProtocolStringList | รับรายการที่อยู่บริการ () List of servers to profile. |
| ยาว | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
| บูลีน | hasProfilerOptions () Options for each local profiler. |
| บูลีนสุดท้าย | |
| RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ ) |
| RemoteProfilerSessionManagerOptions.Builder | |
| RemoteProfilerSessionManagerOptions.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| RemoteProfilerSessionManagerOptions.Builder | setDelayMs (ค่ายาว) Start of profiling is delayed by this much (in milliseconds). |
| RemoteProfilerSessionManagerOptions.Builder | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
| RemoteProfilerSessionManagerOptions.Builder | setMaxSessionDurationMs (ค่ายาว) 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 (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
| RemoteProfilerSessionManagerOptions.Builder | setServiceAddresses (ดัชนี int, ค่าสตริง) List of servers to profile. |
| RemoteProfilerSessionManagerOptions.Builder | setSessionCreationTimestampNs (ค่ายาว) Unix timestamp of when the session was started. |
| RemoteProfilerSessionManagerOptions.Builder สุดท้าย | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
สาธารณะ RemoteProfilerSessionManagerOptions.Builder addAllServiceAddresses (ค่า Iterable <String>)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ RemoteProfilerSessionManagerOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)
สาธารณะ RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (ค่าสตริง)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ RemoteProfilerSessionManagerOptions.Builder addServiceAddressesBytes (ค่า com.google.protobuf.ByteString)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ RemoteProfilerSessionManagerOptions.Builder clearDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5; สาธารณะ RemoteProfilerSessionManagerOptions.Builder clearField (ฟิลด์ 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. If value is 0, session continues until interrupted. Otherwise, value must be greater than profiler_options.duration_ms.
uint64 max_session_duration_ms = 4; สาธารณะ RemoteProfilerSessionManagerOptions.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
สาธารณะ RemoteProfilerSessionManagerOptions.Builder clearProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; สาธารณะ RemoteProfilerSessionManagerOptions.Builder clearServiceAddresses ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ RemoteProfilerSessionManagerOptions.Builder clearSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3; สาธารณะ getDelayMs ยาว ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5; สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
สาธารณะ 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; ProfileOptions สาธารณะ getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; ProfileOptions.Builder สาธารณะ getProfilerOptionsBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; ProfileOptionsOrBuilder สาธารณะ getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; สตริงสาธารณะ getServiceAddresses (ดัชนี int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ com.google.protobuf.ByteString getServiceAddressesBytes (ดัชนี int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ int getServiceAddressesCount ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ com.google.protobuf.ProtocolStringList getServiceAddressesList ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ getSessionCreationTimestampNs แบบยาว ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3; บูลีนสาธารณะ hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ RemoteProfilerSessionManagerOptions.Builder ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (ค่า ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; สาธารณะสุดท้าย RemoteProfilerSessionManagerOptions.Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
สาธารณะ RemoteProfilerSessionManagerOptions.Builder setDelayMs (ค่ายาว)
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5; สาธารณะ RemoteProfilerSessionManagerOptions.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)
สาธารณะ RemoteProfilerSessionManagerOptions.Builder setMaxSessionDurationMs (ค่ายาว)
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; RemoteProfilerSessionManagerOptions.Builder setProfilerOptions สาธารณะ ( ProfileOptions.Builder builderForValue)
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; RemoteProfilerSessionManagerOptions.Builder setProfilerOptions สาธารณะ (ค่า ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; สาธารณะ RemoteProfilerSessionManagerOptions.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
สาธารณะ RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (ดัชนี int ค่าสตริง)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; สาธารณะ RemoteProfilerSessionManagerOptions.Builder setSessionCreationTimestampNs (ค่ายาว)
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;