ksb.csle.component.runner.analysis
Object that contains message ksb.csle.common.proto.RunnerProto.TensorflowRunnerInfo TensorflowRunnerInfo containing attributes are as follows:
message TensorflowRunnerInfo { required string pyEntryPath = 1; optional bool cluster = 2 [default = false]; repeated string host = 3; optional bool inJson = 4 [default = false]; optional string tfVersion = 5 [default = "r1.3"]; }
Executes process call by command-line when controller calls this.
Executes process call by command-line when controller calls this.
Data
Any value
:: ApplicationDeveloperApi ::
Runner that creates command-line and calls tensorflow with python code