getTrainingJobLogs method

ResponseFuture<GetTrainingJobLogsResponse> getTrainingJobLogs(
  1. GetTrainingJobLogsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.GetTrainingJobLogsResponse> getTrainingJobLogs($7.GetTrainingJobLogsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getTrainingJobLogs, request, options: options);
}